Hello,
i want to load a php3-File as a frame src. But this doesn't seem to work. The
php3-File isn't get from the Server. What i'm doing wrong ?
I have a php3-File called PlayerInfo.php3
In there is a table. In one of this cell i placed a frameset to load a php3-file.
An extract of the code is:
<body bgcolor="#c0c0c0">
<table border="0" cellpadding="0" cellspacing="0" width="100%"
height="100%">
<tr>
<td colspan="2" rowspan="6">
<frameset rows="*" framespacing="0" border="0">
<frame src="getdata.php3?id=<?php
$Klasse->getfieldvalue( 'incfeld' ) ?>" name="PlayerInfo"
scrolling="NO" MARGINWIDTH="2" MARGINHEIGHT="2">
</frameset>
</td>
</tr>
</table>
</body>
The file getdata.php3 isn't called. I have looked into the access_log
from httpd. But there is only the PlayerInfo.php3 .
With the Apache-Server from SuSE 6.4 there wasn't a problem with it.
Now with Apache from SuSE 7.1 i can't get this working.
If i open then getdata.php3 standalone in the Browser, there is the all right. The getdata.php3 displays a picture read from a mysql database.
Can anyone help ?
Sincerely
Peter