Hello
I have just started to learn PHP, I have got apache running on win98 with php4, My problem is, I have made a form in html and built a php form handler, but it wont parse the variables, I have tried all types of combinations, but to no joy.
Here is what i have been using....
Html form fields =
<form name="form1" method="post" action="FormHandler.php">,<input type="text" name="name">
PHP= <? echo($name); ?> or
echo "Name:".$name"<br>";
plus other commands people have reccomended, but none will work, it does print to the browser.
Hope someone can help me out or point me in the right direction.
Many thanks
Richie.
I have asked a few people but