Re: [PHP] php is not working with submit button

2002-07-08 Thread Terry Cheung
It works, really Thanks a lot to you all!! I will try to modify all my script. "Philip Olson" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > This is an issue of the register_globals directive, the > default went from off to on as of PHP 4.2.0 Either > change your coding style or turn it back on.

Re: [PHP] php is not working with submit button

2002-07-08 Thread Philip Olson
This is an issue of the register_globals directive, the default went from off to on as of PHP 4.2.0 Either change your coding style or turn it back on. print $_POST['foo']; $foo will exist if register_globals = on. Search archives, google, the manual, etc. for this topic, it's been

Re: [PHP] php is not working with submit button

2002-07-08 Thread Analysis & Solutions
Hi Terry: On Mon, Jul 08, 2002 at 11:36:46PM +0800, Terry Cheung wrote: > > to the mysql database, the only problem is all the php pages seem likes do > not response to the submit button, it just direct back to the same page Then you're not writing your form correctly. Where, "sc

[PHP] php is not working with submit button

2002-07-08 Thread Terry Cheung
Hi, I have just downloaded the latest source of apache, php, mod_ssl and mysql to build them all together. It can show the php page and can connect to the mysql database, the only problem is all the php pages seem likes do not response to the submit button, it just direct back to the same