View Single Post
ישן 19-02-06, 19:16   # 9
Alon.R
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 2,435

Alon.R לא מחובר  

נסה להחליף את:

PHP קוד:
mysql_query("INSERT INTO `shoplim` (`title`,'shopic') VALUES ('$title','$shopic')") or die("לא בוצע"); 
בזה:
PHP קוד:
mysql_query("INSERT INTO `shoplim` (title,shopic) VALUES ('$title','$shopic')") or die (mysql_error()); 
  Reply With Quote