اقتباس:
|
المشاركة الأصلية كتبت بواسطة lyaleena
|
ازرع هذا الأمر عن طريق phpmyadmin
كود PHP:
CREATE TABLE `word` (
`wordid` int(10) unsigned NOT NULL auto_increment,
`title` char(50) NOT NULL default '',
PRIMARY KEY (`wordid`),
UNIQUE KEY `title` (`title`)
) TYPE=MyISAM ;
طريقة زرع الأوامر في القاعدة
http://www.swalif.net/softs/showpost...52&postcount=2