What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [SOLVED] PHP and table issues

[SOLVED] PHP and table issues
Author: Message:
Th3rmal
Veteran Member
*****

Peek-a-boo! I see you!!

Posts: 1226
Reputation: 26
32 / Male / Flag
Joined: Aug 2005
O.P. [SOLVED] PHP and table issues
Ok so ive made a website (not currently publicly available :P) and to make things a little easier for myself, i have incorporated some _really_ simple PHP.

Atm my index.php file is as follows:

code:
<html>
<body>

<?php include 'header.html' ?>

    <td class="main">
      hello
    </td>
<?php include 'footer.html' ?>

</body>
</html>


Now in the output, the "hello" is not produced, in fact anything in between the two php lines is not produced; even though the header.html and footer.html render perfectly.

Some info:
as you can tell, the info inside the two <php> lines is part of a table.
There are no unclosed tags inside any of the documents, and im pretty sure all the code is fine.

Also another note, having all 3 files together (header.html + footer.html + index.php - its php) in a single .html file works correctly and renders everything.

Can anyone help me?

Thanks

This post was edited on 09-21-2008 at 12:52 AM by Th3rmal.
You have the intellect comparable to that of a rock. Be proud.
09-20-2008 04:38 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[SOLVED] PHP and table issues - by Th3rmal on 09-20-2008 at 04:38 PM
RE: PHP and table issues - by andrewdodd13 on 09-20-2008 at 04:48 PM
RE: PHP and table issues - by tony on 09-20-2008 at 04:52 PM
RE: PHP and table issues - by absorbation on 09-20-2008 at 04:56 PM
RE: PHP and table issues - by Felu on 09-20-2008 at 04:57 PM
RE: PHP and table issues - by L. Coyote on 09-20-2008 at 09:50 PM
RE: PHP and table issues - by Th3rmal on 09-20-2008 at 11:34 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On