Advertisement
rawyon

Untitled

May 4th, 2011
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. $id = $_REQUEST('id');
  4.  
  5. $image = mysql_query("SELECET * FROM store WHERE id=$id");
  6. $image = mysql_fetch_assoc();
  7. $image = $image['image'];
  8.  
  9. echo $image;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement