View Single Post
ישן 03-01-07, 19:46   # 8
Eli-Hai
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 2,758

Eli-Hai לא מחובר  

PHP קוד:
$query mysql_query("INSERT INTO `tblname` ('title', 'topic') VALUES ('" $title "', '" $topic "');") or die(mysql_error()); 
  Reply With Quote