shoutbox

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
clocktower
Forum Newbie
Posts: 1
Joined: Tue Sep 05, 2006 2:35 pm

shoutbox

Post by clocktower »

hi guys mr.noob here lol, have small problem got a shoutbox off a m8 added it
done all the usual stuff plus made a ttshoutbox.php a m8 (coder) told me to but it still wont show up
on my main page(homepage) any ideas what im doing wrong??? :cry:
TT Shoutbox by PseudoX<<< thats the shoutbox

Code: Select all

plus code>>>begin_frame("Shoutbox", center);

echo '

<IFRAME name="shout_frame" src="'.$SITEURL.'/ttshout.php" frameborder="0" marginheight="0" marginwidth="0" width="95%" height="415" scrolling="yes" align="middle"></IFRAME>';

end_frame();
put that in a folder and named it ttshoutbox.php
in my htdocs folder still no luck???
Post Reply