Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7720983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T03:48:31+00:00 2026-06-01T03:48:31+00:00

I am trying to rewrite the following function in different way but it seems

  • 0

I am trying to rewrite the following function in different way but it seems that I missed something and I do not get the intended functionality?
Could anyone suggest anything?
Thanks in advance.

Function 1

function user_exists($email) {  
  $email=mysql_real_escape_string($email);
  $query=mysql_query("SELECT COUNT (`user_id`) FROM `users` WHERE `email` = '$email'");
  return(mysql_result($query, 0) == 1) ? true : false;
}

Rewritten Function 1

function user_exists($email) {  
  $email=mysql_real_escape_string($email);
  $query=mysql_query("SELECT user_id FROM users WHERE email='$email'"); 
  $count=mysql_num_rows($query);    
  if ($query !=0) {
    return(true);   
  } else{
return(false)
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T03:48:32+00:00Added an answer on June 1, 2026 at 3:48 am
    function user_exists($email) 
    {  
       $email = mysql_real_escape_string($email);
       $query = mysql_query("SELECT user_id FROM users WHERE email='$email'");  
       if (mysql_num_rows($query) > 0) 
       {
          return true; 
       }
       else
       {
          return false;
       }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to rewrite the following java method that return a list of objects(hibenrate
I'm basically trying to rewrite math.pow, I have the following obviously I'm not getting
I am trying to rewrite a VB function into C#, but I'm getting the
I have the following RewriteMap function: RewriteMap map_company txt:/var/www/vhost/domain.com/httpdocs/map_company.txt I am trying to rewrite
I'm trying use mod_rewrite to rewrite URLs from the following: http://www.site.com/one-two-file.php to http://www.site.com/one/two/file.php The
I am trying to rewrite an url with GET-data from a form. This works
I'm trying to use mod_rewrite to achieve the following rewrite: From - http:// pre.domain.com/public/?project=Awesome
I am trying to rewrite url from www.xxx.com/test.com to www.xxx.com/my.php?d=test.com using the following directive:
I am trying to rewrite a highly recursive function using inline C with Ruby.
I am trying to rewrite the following program in C instead of C# (which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.