Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 21:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



register page (help)

Discussion on register page (help) within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2009
Posts: 103
Received Thanks: 0
register page (help)

Hello all

I would like to make a register page that if some one register the id and pass go through 4 different data base... I didnt find and am now using my phone after my computer motherboard die
please help here and thanx alot all


My seriously aplogise if I put it in the wrong section please move it to the right section

Hard to use phone.
mmno is offline  
Old 05/02/2015, 12:39   #2
 
elite*gold: 0
Join Date: Oct 2012
Posts: 71
Received Thanks: 24
wenn meine Übersetzung richtig ist möchtest du bei der Registrierung
in 4 DB speichern.
das ist kein alle zu Großes Problem.
dazu gibt es mehrere Möglichkeiten
Variante 1
PHP Code:
INSERT INTO db_0 (..... ) VALUES (............. )';
INSERT INTO db_1 (..............) SELECT id FROM  db_0 WHERE name = xxxx;
INSERT INTO db_2 (..............) SELECT id FROM  db_0 WHERE name = xxxx;
INSERT INTO db_3 (..............) SELECT id FROM  db_0 WHERE name = xxxx; 
Variante 2
PHP Code:
SELECT Max(id) AS Max FROM  db_0 ;

INSERT INTO db_0 (..............) VALUES (Max +1, .......);
INSERT INTO db_1 (..............) VALUES (Max +1, .......);
INSERT INTO db_2 (..............) VALUES (Max +1, .......);
INSERT INTO db_3 (..............) VALUES (Max +1, .......); 
nur noch ein wenig php und dein Script ist fertig.
_robox is offline  
Reply


Similar Threads Similar Threads
REGISTER PAGE
08/05/2014 - Metin2 Private Server - 4 Replies
Hi everyone, i have problem with register page it say me always: -Registrierung fehlgeschlagen: Der Account existiert bereits- Thanks for any help! My register.php Registrierung</h3> </div> <div id="middle_content" style="margin:1px">
Register page
06/11/2014 - Web Development - 2 Replies
I'm looking for anyone who knows how to create a php register page. If anyone could help me out that would be great.
How To ISS 7 Register Page and Help Page And Guild
12/16/2011 - Rappelz Private Server - 3 Replies
Hello , IIS 7 to the registration page . Good Luck.. ISS 7 Register Page and Help Page And Guild Page - YouTube Result 589896 - YouTube
[HELP] page for register
01/29/2009 - CO2 Private Server - 5 Replies
i just wanted to know how can i make a page where other people can register automaticaly at my server... because i dont want to make them acc by myself..



All times are GMT +2. The time now is 21:40.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.