אשכול: בעיה PHP MYSQL
View Single Post
ישן 22-11-06, 17:11   # 3
-VladK-
הוסטסניון
 
-VladK-'s Avatar
 
מיני פרופיל
תאריך הצטרפות: Apr 2006
גיל: 34
הודעות: 2,182

-VladK- לא מחובר  

PHP קוד:
$s mysql_query("SELECT * FROM members WHERE username='$username' ") or die(mysql_error());
    while (
$r=mysql_fetch_array($s)) { 
ותגיד מה אתה רואה...
  Reply With Quote