Ask a Question related to PHP Development, Design and Development.
-
Jason Wong #1
Re: [PHP] Value for entire file
On Friday 18 July 2003 12:40, Uma Shankari T. wrote:
You should be using correctly formed HTML:> I am facing one problem..i am getting one variable value from another
> file by using href..I need to use that value in the entire file..how can i
> do that..??
>
> for example i am using the href like this..
>
> <a href=$next/index.php?year=Apr1998 target=right>
<a href="..." xxx="...">
echo $_GET['year']; // Apr1998> i am passing the Apr1998 to the index file..i need to use the Apr1998
> value fully in any places in index.php..how can i use that ??
--
Jason Wong -> Gremlins Associates -> [url]www.gremlins.biz[/url]
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
[url]http://marc.theaimsgroup.com/?l=php-general[/url]
------------------------------------------
/*
Given its constituency, the only thing I expect to be "open" about [the
Open Software Foundation] is its mouth.
-- John Gilmore
*/
Jason Wong Guest
-
How do I convert an entire xls spreadsheet into only 1 pdf file?
How do I convert an entire xls spreadsheet into 1 pdf file. It will only convert one sheet per pdf file. -
extracting an entire node from XML file
i have a file which i have to write in C#. i want to extract an entire node by itself at once ( wherever it occurs in the file .. as ) <?xml... -
Saving entire file
Can someone help me with the following code. It just saves/prints the line in which 'hello' occured. why doesn't it save the entire file i.e why... -
[PHP] Value for entire file
> -----Original Message----- No, $_GET has always been superglobal, it just didn't exist before 4.1.0 -- so for PHP <4.1.0 it's: function... -
Value for entire file
Hello, I am facing one problem..i am getting one variable value from another file by using href..I need to use that value in the entire file..how...



Reply With Quote

