Jump to content

[SOLVED] PHP page won't load properly


destor

Recommended Posts

Wasn't my intention. I just came here looking for some help. I am really sorry.

Ok let's start again, the problem on the page is that the index.php is working properly, but the subpages not, can u please take a look Jabop?

Thanks again

Link to comment
Share on other sites

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";

?>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.