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/

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

2002-11-20 Thread Jason Wong
On Thursday 21 November 2002 12:53, Rodrigo de Oliveira Costa wrote: > Hi people, I’m in a lot of trouble, I’m doing a paging for a mySql > database result it was going well until I tried it out. But how did you know it was going well *before* you tried it ;-) > It shows the > right amount of re

[PHP] Passing Variables from one php doc to another

2002-11-20 Thread Rodrigo de Oliveira Costa
Hi people, I’m in a lot of trouble, I’m doing a paging for a mySql database result it was going well until I tried it out. It shows the right amount of registries and it shows the next page link, but when I click on the next page it says it is missing a variable, it is the one that is sent by the f