Jump to content

Header unable to appear on previously working webserver?!


Recommended Posts

Hello, again:

 

      Have been working on code for the last two weeks, and have some lingering problems:  Most frustrating is some of the following form.php code, where the header, and later similarly coded footer fails to appear.  Am now wondering if my include function is somehow inop??

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>My Page Url</title>

 

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

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

<script language="JavaScript">

</script>

<script language="JavaScript" src="includes/validation.js">

</script>

<body>

<table align="center"><tr><td>

<table width="843" height="503" align="center" bgcolor="#F7F7F7">

  <tr>

    <td width="835" height="42"><? include "includes/header.php"; ?></td>

  </tr>

  <tr>

 

    <td height="453" valign="center"><table width="799" height="385" align="center"><tr><td height="379" valign="top"><h2 align="center"><strong>Please

 

                    fill in the following information to get started<br>

<br>

</strong></h2>

            <p> <form name="debt" method="post" action="insert.php">

Sure could use some clues, or guesses about now,

Yshua :o

Link to comment
Share on other sites

Right on, Thorpe:

 

        Have been doing so much installing and uninstalling PHP5.3.8 that this is quite a relief that I may finally at the post installing stage.  I just couldn't tell objectively till you pointed this out!  So could one moderator be so kind as to move this question to maybe, PHP Applications Forum, better?

 

Sincerely,

Yshua

Link to comment
Share on other sites

Please use the [code][/code] tags around the code, as it helps the readability for both the code and the post in general.

 

Also, don't use short tags <?, as they are most likely turned off at the host. Use the full <?php tag instead. We recommend turning on all error reporting as well, to ensure that you aren't missing any errors due to the messages being suppressed.

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.