Hey Guys this my 1st lesson here it's very easy hope u like it
Quote:
<?php
echo "<form action = login2.php method = post>
<input type = submit value = Enter>
</form>";
?>
|
OK guys let's explain what i'm doin here 1st echo for write something in php must be btw echo " " then we end every phrase programming with ; to don have when you dubg syntax error in any line must do this then we make form to make php now what kind of data we wana do this data form send to other page called login2.php you can change this name but make sure you make other page called with this same name method here post we make post beacuse post hidden data
then we make button and called his name enter and close da form with " then ;
Good luck moonty