אשכול: בעיה בקוד
View Single Post
ישן 10-08-07, 14:46   # 3
ddd789
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Jun 2006
הודעות: 166

ddd789 לא מחובר  

query failed : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'table ORDER BY id DESC' at line 1
עכשיו זה רושם לי
זה הקוד של שאיתות
$query = "SELECT * FROM table ORDER BY id DESC";
$result = mysql_query($query) or die("query failed : " . mysql_error());
  Reply With Quote