View Single Post
ישן 05-02-09, 18:38   # 2
vadimg88
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Feb 2008
גיל: 37
הודעות: 710

vadimg88 לא מחובר  

PHP קוד:
$result mysql_query("SELECT * FROM `random_users` WHERE email = '{$email}' AND user = '{$user}' ")
    or die(
"Query failed: " mysql_error()); 
if(
mysql_num_rows($result))
{
// user and email exists

  Reply With Quote