PDA

View Full Version : Frames


Dudeking
08-04-2007, 05:11 PM
I have never used frames before but I now have a use for them. So I wondered if some one could tell me why this dosnt work :D

<?php
$pagename = 'Forum';
$domain = 'http://dudeking.co.uk';
include($domain.'/include/static/head.php');
echo "Dudeking.co.uk - $pagename";
include($domain.'/include/static/top.php');
include($domain.'/include/static/links.php');
include($domain.'/include/static/middle.php');
echo'
<frameset cols="100%">
<frame src="/social/forum/index.php" />
</frameset>
';
include($domain.'/include/static/footer.php');
?>

Guest110
08-07-2007, 02:57 AM
Well i could

but im not lol
Sorry Eddie i have no idea

Dudeking
08-07-2007, 04:09 AM
lol, its okay, i didnt really expect a response here.

May have to make a stop off at TSG for this one lol

Guest110
08-07-2007, 04:12 AM
Are you sure you have all your brackets the right way round

http://i128.photobucket.com/albums/p186/Blackmirror007/Chocolate-1.gif