What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » php shoutbox help

php shoutbox help
Author: Message:
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
35 / Male / –
Joined: Jun 2004
RE: php shoutbox help
quote:
Originally posted by Supersonicdarky
blah....
<center>
   <?php
   include ( '../shoutbox/shoutbox.php' );
   ?>
</center>
blah..
thats your problem, because your including the php script in the middle of the page, when it try to set the headers on the first line of the script it cant because the html before it has already been sent.
delete this line from shoutbox.php
code:
header ( 'Content-Type: text/html; charset=utf-8' );
and put it at the top of the html file, like this
code:
<?php header ( 'Content-Type: text/html; charset=utf-8' ); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">

This post was edited on 12-08-2005 at 09:02 PM by Plik.
12-08-2005 08:56 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
php shoutbox help - by Supersonicdarky on 12-08-2005 at 08:21 PM
RE: php shoutbox help - by absorbation on 12-08-2005 at 08:23 PM
RE: RE: php shoutbox help - by Supersonicdarky on 12-08-2005 at 08:28 PM
RE: php shoutbox help - by user35870 on 12-08-2005 at 08:26 PM
RE: php shoutbox help - by zaher1988 on 12-08-2005 at 08:43 PM
RE: php shoutbox help - by Supersonicdarky on 12-08-2005 at 08:44 PM
RE: php shoutbox help - by Plik on 12-08-2005 at 08:56 PM
RE: php shoutbox help - by Supersonicdarky on 12-08-2005 at 08:59 PM
RE: php shoutbox help - by Plik on 12-08-2005 at 09:01 PM
RE: php shoutbox help - by Supersonicdarky on 12-08-2005 at 09:06 PM
RE: php shoutbox help - by Plik on 12-08-2005 at 09:09 PM
RE: php shoutbox help - by Supersonicdarky on 12-08-2005 at 09:11 PM
RE: php shoutbox help - by ShawnZ on 12-08-2005 at 09:24 PM
RE: php shoutbox help - by Supersonicdarky on 12-08-2005 at 09:55 PM
RE: php shoutbox help - by ShawnZ on 12-08-2005 at 10:05 PM
RE: php shoutbox help - by Supersonicdarky on 12-08-2005 at 10:07 PM
RE: php shoutbox help - by ShawnZ on 12-08-2005 at 10:14 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