Re: Re[4]: [PHP] value passing from html form to php variable.

2002-06-01 Thread Wei Wang
Changed the query and get this error when input dave as firstname: ERRORERROR: Attribute 'dave' not found add2.php is: addform.php is: First Name : Surname : On Sat, 1 Jun 2002 17:44:57 +0100 [EMAIL PROTECTED] (Stuart Dallas) wrote: > On Saturday, June 1, 2002 at 5:35:03 P

Re[4]: [PHP] value passing from html form to php variable.

2002-06-01 Thread Stuart Dallas
On Saturday, June 1, 2002 at 5:35:03 PM, you wrote: > Is there anything I should do to make the php.ini come into effect? I did > put the register_global = On but still got empty values. you may not need to do anything or you may need to restart your http server. Have a look at your phpinfo() pag

Re: Re[4]: [PHP] value passing from html form to php variable.

2002-06-01 Thread Wei Wang
Sorry. I restared apache and php.ini came into effect. On Sat, 1 Jun 2002 17:29:13 +0100 [EMAIL PROTECTED] (Stuart Dallas) wrote: > On Saturday, June 1, 2002 at 5:22:02 PM, you wrote: > >> Create a php script containing just . That page will tell > >> you where your php.ini is (or should be).

Re[4]: [PHP] value passing from html form to php variable.

2002-06-01 Thread Stuart Dallas
On Saturday, June 1, 2002 at 5:22:02 PM, you wrote: >> Create a php script containing just . That page will tell >> you where your php.ini is (or should be). >> > it told me it's in php/lib, but it's not there. The default php.ini is called php.ini-recommended and will be in the directory where