<?php
include_once('db.php');
$id = addslashes($_REQUEST['id']);
$image = mysql_query("SELECT * FROM image WHERE id=$id");
$image = mysql_fetch_assoc($image);
$image = $image['image'];
echo $image;
?>
Thursday, May 23, 2013
Subscribe to:
Post Comments (Atom)
1 comment:
http://www.phpbotu.com/php-ile-adres-satirindaki-linki-almak-ve-ekrana-yazdirmak-kodlariyla-birlikte-php-botu/
Post a Comment