Could somebody help me and give me the html code for a working login and sign up form for my website, and the code after you login to say "Welcome [username]".
Offline
Generally, site hosts like Weebly won't let you use PHP (which is absolutely needed if you'll make a form), but they have premade templates available.
If you're hosting your own, you need both HTML and PHP. HTML for the page, meaning a form tag with <input>s and <submit>s. PHP to handle the data and keep a database.
Offline
LS97 wrote:
Generally, site hosts like Weebly won't let you use PHP (which is absolutely needed if you'll make a form), but they have premade templates available.
If you're hosting your own, you need both HTML and PHP. HTML for the page, meaning a form tag with <input>s and <submit>s. PHP to handle the data and keep a database.
Can you tell me about a website creator thatb supports that?
Offline
supports PHP? 000webhost.
supports auto forms? Weebly.
Getting on a car for a 4 hour trip, see you
Offline
OH you want to make a login page?
1. PHP
2. MYSQL
3. Database
4. Sessions
5. Cookies
If you know all of that. Come back.
Seriously. Making one of that is timeconsuming and quite difficult.
You should learn a bit more about website coding and php before even attempting to code a login system.
Offline
WindowsExplorer wrote:
LS97 wrote:
Generally, site hosts like Weebly won't let you use PHP (which is absolutely needed if you'll make a form), but they have premade templates available.
If you're hosting your own, you need both HTML and PHP. HTML for the page, meaning a form tag with <input>s and <submit>s. PHP to handle the data and keep a database.Can you tell me about a website creator thatb supports that?
i know, http://www.yola.com/ it has a lot of apps a form maker and a forum app.
a buch of games, and FREE to create only a couple website with a pre paid domain name.
Offline