I'm trying to get started using PHP but even the simple scripts aren't working
Page1 had the following form:-
<FORM ACTION="page2.php3" METHOD=POST>
<INPUT NAME="name" TYPE="text">
<INPUT TYPE="submit">
</FORM>
on page2.php3 I have thwe following line
<?php echo $name?>
and I get the following error
Notice: Undefined variable: name in G:\PHP\sessiondata\page2.php3 on line 9
Could someone help before I go mad
Thanks