No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: [quote=bkendall;140977]your form page will be just like any other page except that it will have form tags [code] <form name="form1" id="form1" method="post" action=""> Field Name: <input name="field name" type="text" id="field name" /> </form> [/code] the action=''''> is where you would need to use a langauge such as php which might … | |
Hi everyone i am new to php and have recently adapted a php email form and would like someone to validate it for me to make sure that it is correct. [code]<?php if ($_SERVER['REQUEST_METHOD'] != 'POST'){ $me = $_SERVER['PHP_SELF']; ?> <form name="form1" method="post" action="<?php echo $me;?>"> <table border="0" cellspacing="0" cellpadding="2"> … |