//show data to user.echo "<table> <tr> <td> Info about the user who has posted. </td> </tr> <tr> <td> Message </td> </tr> </table>";} //Horizontal Lineecho "<hr>";//Formecho "<form action=\"index.php\" method=\"POST\"><table width=\"100%\"> <tr> <td width=\"18%\"> Your Full Name: </td> <td> <input type=\"text\" name=\"text\" maxlength=\"35\"> </td> </tr> <tr> <td> Your Email: </td> <td> <input type=\"text\" name=\"email\" maxlength=\"50\"> </td> </tr> <tr>