|
Posted Aug 10, '08 at 6:01pm

Calebc07
222 posts

|
I dont know if this is in the right space but I am making a website for my band and i need the HTML code for Username and Passwords. If you can help just paste it and tell me where it goes (in between the <body></body> probably) and it would be much apprieciated ( i think i spelled that wrong)
|
|
|
Posted Aug 10, '08 at 7:12pm

gman1000
902 posts

|
I was wondering this to... Also for a form of profile pages.
|
| |
|
Posted Aug 10, '08 at 8:42pm

Calebc07
222 posts

|
yes, i checked pagetutor but i need a membership
|
| |
|
Posted Aug 10, '08 at 9:21pm

DragonMistress
1,102 posts

|
I'm popping this in Programming help, I think it will be more likely to be responded to there.
|
| |
|
Posted Aug 10, '08 at 9:40pm

LonLonRanch
151 posts

|
Hmm well you seem to be looking for a language that is more advanced than HTML is you want to hold Usernames and Passwords. The HTML code that you would use would be in the 'form' tag, that will allow you to have text inputs where you can fill out the data, but if you want to be able to keep record of those names and passwords then you are going to want a coding language such as PHP/MySql or Ruby on Rails
|
| |
|
Posted Aug 10, '08 at 10:04pm

UrbanKing
48 posts

|
|
| |
|
Posted Aug 10, '08 at 10:15pm

gman1000
902 posts

|
I use a free hosting website (I don't have to pay). Is there still a way to make it save usernames and passwords?
|
| |
|
Posted Aug 10, '08 at 10:18pm

LonLonRanch
151 posts

|
Well if your free hosting website supports Php and Mysql (or whatever language you wish to use) then yes, but then again I have no idea what you're free host supports so that would be up to you to find out
|
| |
|
Posted Aug 10, '08 at 10:47pm

gman1000
902 posts

|
|
| |
|
Posted Aug 10, '08 at 10:56pm

Klaushouse
1,612 posts

|
Yes gman.. All sites use HTML... that's how you make a site. But your site's stuff is held within a server. Sortoff like a harddrive online. Some harddrives support what is called PHP and MySQL. PHP is a language to code things in, which is what most if not almost all sites use for this type of stuff. ANd MySQL is a database thing to help store stuff like usernames and passwords and such. Both tend to be needed for personal sites to make usernames passwords and other things.
|
| |
|
Posted Aug 10, '08 at 10:56pm

gman1000
902 posts

|
Could you see if mine has that? If not, could you find one that would let me do that? Here is the hosting server I use:
http://weebly.com
|
| |