View Single Post
ישן 03-02-08, 15:31   # 5
WaReZ
חבר חדש
 
מיני פרופיל
תאריך הצטרפות: Apr 2007
הודעות: 48

WaReZ לא מחובר  

קוד:
 $result = mysql_query("INSERT INTO `emails` (`email_address`) VALUES ('".$_POST['email_address']."')") or die(mysql_error());
  Reply With Quote