Jump to content

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/220223-php-form-help/
Share on other sites

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)  :)

Link to comment
https://forums.phpfreaks.com/topic/220223-php-form-help/#findComment-1141318
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.