we are creating a fill information form and we are sending the info to another form sending information
{html}
{body}
{form action="inforec.php" method="get"}
Name:{input type="text" name="name"}{br}
E-mail:{input type="text" name="email"}
{input type="submit"}
{/from}
{/body}
{/html} second page
{html}
{body}
Welcome {?php echo $_GET["name"];?}{br}
Your email address is:{?php echo $_GET["email"];?}
{/body}
{/html}
more php videos
https://www.youtube.com/playlist?list...
{html}
{body}
{form action="inforec.php" method="get"}
Name:{input type="text" name="name"}{br}
E-mail:{input type="text" name="email"}
{input type="submit"}
{/from}
{/body}
{/html} second page
{html}
{body}
Welcome {?php echo $_GET["name"];?}{br}
Your email address is:{?php echo $_GET["email"];?}
{/body}
{/html}
more php videos
https://www.youtube.com/playlist?list...
No comments:
Post a Comment