View Single Post
ישן 06-05-06, 12:40   # 3
דור
אחראי קהילה
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 32
הודעות: 3,724

דור לא מחובר  

זה מה שאני אמור לשים :

PHP קוד:
הטבלה בדטה בייס-------------------------------- 

CREATE TABLE `dashim` (
  `
idint(255NOT NULL auto_increment,
  `
namevarchar(255collate utf8_unicode_ci default NULL,
  `
emailvarchar(255collate utf8_unicode_ci default NULL,
  `
textvarchar(255collate utf8_unicode_ci NOT NULL default '',
  `
timedatetime NOT NULL default '0000-00-00 00:00:00',
  
PRIMARY KEY  (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
  Reply With Quote