I have the following php code:
<html><body>
<?php include('scores.php?filename=scores/score.sco&scoresize=10&action=VIEW&viewtype=HTML'); ?>
</body>
</html>
You can see the result here: http://apps.facebook.com/krajecr/pokus2.php
As you can see, it tells me, that it doesn't exist. But if I use just the link: http://apps.facebook.com/krajecr/scores.php?filename=scores/score.sco&scoresize=10&action=VIEW&viewtype=HTML it works fine an I see exactly what I want to see. Where is the problem please?