id is 56
| SitePoint Sponsor |


id is 56


Okay, so try this and go to this page directly
Then paste the output here so I can see what it returnedPHP Code:$id = 56; //mysql_real_escape_string($_REQUEST['id']);
//echo $id;
$imageQuery = mysql_query("SELECT * FROM store WHERE id=$id");
$imageResult = mysql_fetch_assoc($imageQuery);
$image = $imageResult['image'];
$nimage = $imageResult['name'];
//echo $nimage;
//header("content-type:image/jpeg");
var_dump($imageResult);
echo $image;
?>


i tried http://localhost/~mgltd/reacheasy/ge...tore.php?id=57
it says the image http://localhost/~mgltd/reacheasy/ge...tore.php?id=57 cannot be dispaled because it contains error
Bookmarks