What do I have to do in order to put a php file in a frame? Here's the code I have.
<HTML>
<HEAD>
<TITLE>OnlyHell</TITLE>
</HEAD>
<FRAMESET rowss="1,*" framespacing="0" border="0" frameborder="0">
<FRAME SRC="radio.html" scrolling="no" name="radio"
noresize marginwidth="0" marginheight="0">
<FRAME SRC="playing_test.php" name="body">
</FRAMESET>
</HTML>
The radio.html works fine but the playing_test.php doesn't show up.