Re: [PHP] Cannot get data from form.

2002-08-28 Thread Jason Wong
On Thursday 29 August 2002 23:04, Le Van Thanh wrote: > - I have installed PHP4.2.2 with Apache 1.3.26 on Solaris7. > Then I cannot get the value of input name. > But if I write " print $_POST['name'];" or " print > $HTTP_POST_VARS['name'];", it's ok. > > Is there something wrong when I install P

[PHP] Cannot get data from form.

2002-08-28 Thread Le Van Thanh
- I have installed PHP4.2.2 with Apache 1.3.26 on Solaris7. And now I have problems with getting data from form. I have 2 pages test.html and welcome.php as following: test.html Enter your Name: -