RE: [PHP] not parsing vars

2002-07-10 Thread joakim . andersson
Hmm, why post this here when I already answered your question in PHP-DB (where it shouldn't have been in the first place) almost 40 minutes before this post? Regards Joakim Andersson > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 20

RE: [PHP] not parsing vars

2002-07-10 Thread César Aracena
Goto http://www.php.net/manual/en/language.variables.predefined.php where it says: [quote] ...$_GET['id'] from the URL http://www.example.com/test.php?id=3 instead of $id... [/quote] C. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10,

Re: [PHP] not parsing vars

2002-07-10 Thread Jason Wong
On Wednesday 10 July 2002 16:29, [EMAIL PROTECTED] wrote: > hello all, > > i've install php 4.2.1 with apache 1.3.24 > but when i do something like : > page.php?var=value&var1=value1 > > then it does nothing. > does any one have a solution ? > or is it something that i have tot change in php.ini ?