Jump to content

Recommended Posts

How can you check a database for something. I have a database with several fields and a page for creating new rows. I'd like to make it able to search the database for one of the fields, the user name, and add a new row it the name is not present and update the row if the user name is present.

 

Any good ideas?

Link to comment
https://forums.phpfreaks.com/topic/65129-checking-a-database-for-a-user-name/
Share on other sites

I don't bother with the LIMIT 1 part - I do have a check on usernames on registration but just in case it was bypassed (just incase - can't see a flaw but you never know!).

 

If more than one result is returned, I email myself with the details the user entered to get to that portion of the script so I can do some checks, some admin and some cleanups.

 

Always plan for your application failing or doing something you don't expect - then you can improve on what you have done before...

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.