hi,
whats wrong here? There are no errors given.
include("connection.php");
$page=$_GET['page'];
$sql="SELECT * FROM static WHERE id='$page'";
$result=mysql_query($sql);
echo $result; // returns Resource id #5
$rows=mysql_fetch_array($result);
Thanks