Jump to content

Dreamweaver PHP and Frames


Recommended Posts

Im new to dreamweaver, php, and frames and im trying to learn how to use them in dreamweaver i made 3 frames 2 of them are html and one is php. When i open the frames it just shows the code in the center frame. http://www.mystupidcrap.com/scott/frameset.php . But if i open the center frame by itself it works fine. http://www.mystupidcrap.com/scott/FrameMiddle.php . Its supposed to be a random picture genorator what am i doing wrong with the frames please help.

Link to comment
https://forums.phpfreaks.com/topic/1415-dreamweaver-php-and-frames/
Share on other sites

the code for the frames is

 

 

<html>

<head>

<title>Untitled Document</title>

</head>

<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">

 

<frameset rows=\"122,*,117\" cols=\"*\" framespacing=\"0\" frameborder=\"NO\" border=\"0\">

 

<frame src=\"file:///C|/NewWeb/FrameTop.htm\" name=\"topFrame\" scrolling=\"NO\" noresize >

 

<frame src=\"file:///C|/NewWeb/FrameMiddle.php\" name=\"mainFrame\">

 

<frame src=\"file:///C|/NewWeb/FrameBottom.htm\" name=\"bottomFrame\" scrolling=\"NO\" noresize>

 

</frameset>

<noframes><body>

 

</body></noframes>

</html>

ya i figured that out timmy helped me i got confused because the ceter wasnt working when it was php but it did when it was an html so i thought it was a php problem and not a html because the top and bottom frames worked and the center didnt....... I\'m so fucking dumb

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.