Re: [PHP] ARGHHH!!! POST variable problem

2003-06-29 Thread Sparky Kopetzky
Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 14:56 Subject: Re: [PHP] ARGHHH!!! POST variable problem > On Monday 30 June 2003 04:38, Sparky Kopetzky wrote: > > I can click links and they work but when I enter data in a form and try

Re: [PHP] ARGHHH!!! POST variable problem

2003-06-29 Thread Chris Hayes
At 22:38 29-6-2003, you wrote: I can click links and they work but when I enter data in a form and try to send it to the next php script to process the data, nothing happens. Is there a simple way I can see what is returning from the browser to see if what I expect is actually getting there?? I

Re: [PHP] ARGHHH!!! POST variable problem

2003-06-29 Thread Reuben D. Budiardja
s, you can use $user_name. Otherwise, no. Default is register_globals= Off for PHP >= 4.2.0 http://us2.php.net/register_globals RDB > Sparky > - Original Message - > From: "Jason Wong" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, June 2

Re: [PHP] ARGHHH!!! POST variable problem

2003-06-29 Thread Sparky Kopetzky
29, 2003 14:56 Subject: Re: [PHP] ARGHHH!!! POST variable problem > On Monday 30 June 2003 04:38, Sparky Kopetzky wrote: > > I can click links and they work but when I enter data in a form and try to > > send it to the next php script to process the data, nothing happens. Is > >

Re: [PHP] ARGHHH!!! POST variable problem

2003-06-29 Thread Jason Wong
On Monday 30 June 2003 04:38, Sparky Kopetzky wrote: > I can click links and they work but when I enter data in a form and try to > send it to the next php script to process the data, nothing happens. Is > there a simple way I can see what is returning from the browser to see if > what I expect is

[PHP] ARGHHH!!! POST variable problem

2003-06-29 Thread Sparky Kopetzky
I can click links and they work but when I enter data in a form and try to send it to the next php script to process the data, nothing happens. Is there a simple way I can see what is returning from the browser to see if what I expect is actually getting there?? I think $_SERVER['QUERY_STRING']