Jump to content

[SOLVED] PHP page won't load properly


destor

Recommended Posts

This is the code of one the pages that doesn't load properly.

(http://promotersfriend.com/contact.php)

 

<?

require "vars.php";
require "cron.php";
include "header.php";

?>
<link href="styles.css" rel="stylesheet" type="text/css">


<table width="500" border="0" cellspacing="0" cellpadding="4">
  <tr> 
    <td><font size="3"><strong>Contact Us</strong></font></td>
  </tr>
  <tr> 
    <td><p> </p>

<form action="contact2.php" method="post">
      <table width="500" border="0" cellspacing="0" cellpadding="2">
        <tr> 
          <td width="166">Name:</td>
          <td width="351"><input name="name" type="text" id="name"></td>
        </tr>
        <tr> 
          <td>Email Address:</td>
          <td><input name="email" type="text" id="email"></td>
        </tr>
        <tr> 
          <td>Type of Account:</td>
          <td><select name="account" id="account">
              <option value="Webmaster" selected>Webmaster</option>
              <option value="Freelancer">Freelancer</option>
              <option value="Not a member">Not a member</option>
            </select></td>
        </tr>
        <tr> 
          <td>User ID (if you are a member)</td>
          <td><input name="username" type="text" id="username"></td>
        </tr>
        <tr> 
          <td valign="top">Comments:</td>
          <td><textarea name="comments" cols="35" rows="10" id="comments"></textarea></td>
        </tr>
        <tr> 
          <td> </td>
          <td><input type="submit" name="Submit" value="Submit"></td>
        </tr>
      </table>
      </form>
      <p> </p></td>
  </tr>
  <tr> 
    <td> </td>
  </tr>
</table>



<?

include "footer.php";

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.