I included a file in one of my sites via an iframe (simplest solution and by FAR not permanent), just to get a feel for the way it might look on the site
However, after adding the iframe to the site, i have no other data, the page is saved as php, just jumped out of php to add the iframe (doing so in php makes no differance)
But the page is black for all BUT the iframe, any help would be appreciated and i am puzzled :-/
<script language="javascript" type="text/javascript">setTimeout("location.reload();",1000);</script>
<?PHP
echo date("l F d, Y, h:i:s");
?>
that a much more basic webpage, this webpage shows nothing as well, all it is supposed to do is show the i frame, and echo the date / time
it will not echo the date / time, only display the iframe :-/
its prolly something stupid :P