View Single Post
ישן 27-06-07, 21:59   # 3
Reality
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: נהר
הודעות: 253

Reality לא מחובר  

אחלה הבנתיף תודה רבה!
עוד שאלה קטנה

PHP קוד:
$link mysql_connect("localhost" "root" "") or die(mysql_error());  
mysql_select_db("db",$link) or die(mysql_error()); 
איזה ערך מקבל ה $link פה?
  Reply With Quote