[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

[PHP] Variable not passing to second page

2002-07-08 Thread Terry Cheung
I 've just setup the Apache 1.3.26 with PHP 4.2.1. When I use back the old php script files. They can display successfully, but whei I submit the data, they cannot pass to the second page even they can be shown in the URL with get method. here is one of my script jobapp.php HTML !--

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

2002-07-08 Thread Terry Cheung
on. input type=text name=foo print $_POST['foo']; $foo will exist if register_globals = on. Search archives, google, the manual, etc. for this topic, it's been discussed a lot lately :) Regards, Philip Olson On Mon, 8 Jul 2002, Terry Cheung wrote: Hi, I have just downloaded