saymaad
02-28-06, 07:57 AM
When I type this text in my browser :
http://www.mysite.com/down/stats.php?ACT=latest&limit=5
my browser returns :
-Winall Wallpapers
-Windows XP SP3 beta
------------------------
Now I want to show this result in a cell of my .html page how can I do this ?
When both line are hyperlinks. The following dosent works
<?php
readfile ("http://www.mysite.com/down/stats.php?ACT=latest&limit=5");
?>
plz help I am noob in php
http://www.mysite.com/down/stats.php?ACT=latest&limit=5
my browser returns :
-Winall Wallpapers
-Windows XP SP3 beta
------------------------
Now I want to show this result in a cell of my .html page how can I do this ?
When both line are hyperlinks. The following dosent works
<?php
readfile ("http://www.mysite.com/down/stats.php?ACT=latest&limit=5");
?>
plz help I am noob in php