View Single Post
Old 10th April 2003, 10:52 AM   #10

Username: mr t
Rank: WF101 Newbie
Join Date: Apr 2003
Posts: 20
Points: 0.00
Default

its still not working . i have tried moving the pages around. like, i put frametest.html, leftframe.php, and right.php in the images directory and still nothing. any ways, heres my right.php page:

Code:
</style> </head> <table> <table width="350" border="0" cellspacing="1" cellpadding="3" class="forumline"> <tr> <th width="610" class="catHead">Ill Concepts :: Home</td> </tr> <table width="610" border="0" cellspacing="1" cellpadding="3" class="forumline"> <tr> <td height="480" class="td.rowpic" nowrap="nowrap"><span class="gensmall"> <?php // Image Directory $imagedir = "/images/"; if (IsSet($HTTP_GET_VARS['image']) && IsSet($HTTP_GET_VARS['text']) && file_exists("$imagedir/$HTTP_GET_VARS[image]")) { ?> <table border="0" width="100%"> <tr> <td><img src="<?php echo "$imagedir/$HTTP_GET_VARS[image]"; ?>" border="0"></td> </tr> <tr> <td><?php echo "$HTTP_GET_VARS[text]"; ?></td> </tr> </table> <?php } else { echo "File Not Found"; } ?> </td></span> </tr> <br></br>
thats the majority of the code, the rest is the style sheet info. this is leftframe.php:

Code:
</head> <table> <table width="90" border="0" cellspacing="1" cellpadding="3" class="forumline"> <tr> <th width="90" class="catHead">Artist</td> </tr> <br></br> <tr> <td width="90" class="td.rowpic" nowrap="nowrap"><span class="gensmall"><a href="right.php?image=images/image.gif&text=test" target="right_frame"> 45 Lies</a> 2 3 4 5</td></span> </tr>
again, not the whole page, but the more important sections.

i have no idea what is going on and why this is not working. as soon as i load the page, i get the file not found error in my table.

cheers.
mr t is offline   Reply With Quote