rcorlew Posted March 29, 2007 Share Posted March 29, 2007 Try fixing these problems: <FORM ACTION="<?php echo $PHP_SELF; ?>" METHOD=POST>-->Should be "POST" <table> <tr><td align="right">First name:</td><td align="left"><input type="Text" name="name" width="200"></td></tr> <tr><td align="right">Location:</td><td align="left"><input type="Text" name="location" width="200"></td></tr> <tr><td colspan="2">Comments (Remember:Family site so keep it clean):</td></tr> <tr><td colspan="2"> <TEXTAREA NAME="comment" ROWS=5 COLS=40> -->Should be ROWS="5" COLS="40"> </TEXTAREA></td></tr> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.