15-09-2006, 19:41
|
|
|
חבר מתאריך: 07.07.05
הודעות: 4,024
|
|
תשתמש באופרטורים and ו-or
קוד:
$q = "SELECT $userInfoTable.username, $userInfoTable.U_Contactname,
$userInfoTable.U_Era, $userInfoTable.U_Cite, $userInfoTable.U_Add,
$userInfoTable.U_MPhone, $userInfoTable.U_SPhone, $userInfoTable.U_MPhone2,
$userInfoTable.U_SPhone2, users.email
FROM `$userInfoTable`
INNER JOIN `users`
ON users.username = $userInfoTable.username AND users.username=1
AND $userInfoTable.username=1";
אה הסתדרת..
נערך לאחרונה ע"י אקונה מטטה בתאריך 15-09-2006 בשעה 19:48.
|