damrau06 Posted November 30, 2010 Share Posted November 30, 2010 So i'm new to php, but good with html/css. I just recently learned how to make a register form for my site, activation, and everything leading to that, even the login/logout. Now it's time to hit the advanced part. This is for tournaments, which means you have to be able to create and join a team. I have the form up, where you put all your team information, i just don't know how to make it so after the form is done, it can be saved into the database, and people can join it if they know the password. This step is very important, if i can't get the code, could i please get some advice leading to my question? Maybe a link for more help. Thanks, John. Quote Link to comment https://forums.phpfreaks.com/topic/220223-php-form-help/ Share on other sites More sharing options...
dink87522 Posted November 30, 2010 Share Posted November 30, 2010 Maybe post the code you do have so far? Quote Link to comment https://forums.phpfreaks.com/topic/220223-php-form-help/#findComment-1141297 Share on other sites More sharing options...
chronister Posted November 30, 2010 Share Posted November 30, 2010 Yeah, without seeing where you are in the process, it is hard to help.... but here goes.... You have a register form with activation and such...... so you have the basics of handling forms right there. The basic process is this .... HTML FORM -> Submitted to PHP script --> Processing to validate, and ensure data is correct/required/processed further --> Submit to DB/Email etc. Processing forms is kinda like committing murder... the first one is the hardest and they all get easier after that. Nate (not a murderer) Quote Link to comment https://forums.phpfreaks.com/topic/220223-php-form-help/#findComment-1141318 Share on other sites More sharing options...
damrau06 Posted December 1, 2010 Author Share Posted December 1, 2010 I appreciate it It seemed really complicated till i thought about it. I'll keep you updated "with code" if i need more help. Quote Link to comment https://forums.phpfreaks.com/topic/220223-php-form-help/#findComment-1141742 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.