View Single Post
  #34  
Old 02-03-2014, 04:44 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,539
IntoRain is on a distinguished road
Default

Quote:
Originally Posted by Infernette View Post
I am now looking for someone to do some extensive coding on my site for me, and I am using 1.3.3.

[CENTER]
What I need now:
Updated register system that checks if an email has been used, as well as IP address.

For now I can only do art for these items, due to life issues, sorry.
A simple way to check if an email already exists is to query the database (the users table) for an email equal to the input (limit it by 1, so it won't check all entries) and count the result - if there is a result with that email, it already exists. I think that's the correct way to do it
__________________


asp.net stole my soul.

Last edited by IntoRain; 02-03-2014 at 09:02 PM.
Reply With Quote