View Single Post
ישן 01-06-06, 11:20   # 3
BBman
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 32
הודעות: 608
שלח הודעה באמצעות MSN אל BBman

BBman לא מחובר  

תנסה :

PHP קוד:
mysql_query("INSERT INTO `downloads` (`title` , `desc` , `time` , `views` , `downloads` , `link` , `author`) VALUES('$title','$desc','$time','$views','$downloads','$link','$author')") or die(mysql_error()); 
  Reply With Quote