Re: [PHP] Problems with HTML forms and PHP. Please Help !!

2002-08-02 Thread Bob Lockie
Is register_globals off in your php.ini? Try $var = $_REQUEST['var']; >Hi! i have instaled PHP 4.2.2 in a slack 8.1 running apache 2.0.39. >i have a proble with a very basic script (pass variables to a php >script). Is seems not recieve variables, because print somthing like this: > >Your first

[PHP] Problems with HTML forms and PHP. Please Help !!

2002-08-02 Thread Sebastian Tomasino
Hi! i have instaled PHP 4.2.2 in a slack 8.1 running apache 2.0.39. i have a proble with a very basic script (pass variables to a php script). Is seems not recieve variables, because print somthing like this: Your first name is . Your last name is . Your E-mail address is . This is what you had