Egyptechno : ماقصر شغال اليومين هاذي .. ممكن عشان المكالمة اللي بيننا امس طاير من الفرح 
http://www.SwahL.com/File/download.p...1702842611.ram
>> هذا مثال اخر لتاكيد عمله ...
الاخ .. mad921 .,. اعذرني على التاخر جرب تعمل الاستعلام من قاعدة البيانات
كود PHP:
CREATE TABLE IF NOT EXISTS `images` (
`id` int(11) NOT NULL auto_increment,
`filename` text NOT NULL,
`thumb` text NOT NULL,
`ipaddress` text NOT NULL,
`date` int(11) NOT NULL default '0',
`status` tinyint(4) NOT NULL default '1',
`pkey` varchar(225) NOT NULL,
`count` text NOT NULL,
`vdown` text NOT NULL,
`report` char(1) NOT NULL default 'y',
PRIMARY KEY (`id`)
) ENGINE=MyISAM ;