Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $id = $_REQUEST('id');
- $image = mysql_query("SELECET * FROM store WHERE id=$id");
- $image = mysql_fetch_assoc();
- $image = $image['image'];
- echo $image;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement