Re: RES: [PHP] Passing Variables from one php doc to another

2002-11-21 Thread Jason Wong
On Thursday 21 November 2002 22:04, Rodrigo de Oliveira Costa wrote: > I tried to use this way but it doesnt work I think its because it is a > variable that I have to pass, something like: > > > http://www.example.com/doo.php?dah=something&dee=$somethingelse ___HOW___ does it not work? -- J

Re: RES: [PHP] Passing Variables from one php doc to another

2002-11-21 Thread Bastian Vogt
hi, then you have to do it like this: http://www.example.com/doo.php?dah=something&dee= regards, Bastian > I tried to use this way but it doesnt work I think its because it is a > variable that I have to pass, something like: > > http://www.example.com/doo.php?dah=something&dee=$somethingels

RES: [PHP] Passing Variables from one php doc to another

2002-11-21 Thread Rodrigo de Oliveira Costa
I tried to use this way but it doesnt work I think its because it is a variable that I have to pass, something like: http://www.example.com/doo.php?dah=something&dee=$somethingelse HELP Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/