Jump to content

user registration, mysql failsafe


benjaminbeazy

Recommended Posts

I'm trying to finish off a user registration system but when I do the MySQL inserts on as many as 3 different tables, I need a failsafe where it only inserts into all 3 and if 1 fails not to insert anything in any of them.

 

For example:

 

query 1 worked

 

query 2 worked

 

query 3 failed

 

so remove inserted rows from all 3 queries

 

not sure, I would like it if there's a way to not insert anything without it first making sure all 3 will work

 

any suggestions??

 

p.s. also not sure if this should be in mysql or php help

 

Link to comment
Share on other sites

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.