| View previous topic :: View next topic |
| Author |
Message |
supercatmole
Joined: 17 Dec 2005 Posts: 3
|
Posted: Sat Dec 17, 2005 10:38 am Post subject: Help please!!! |
|
|
| I'm not sure how simple or complicated this is but...I need to create a signup form for a website. I can write the code for the form, but I am not sure how to save the information people type in...if you know what I mean. Any help with this would be much appreciated. |
|
| Back to top |
|
 |
|
|
mwa103 100+ Club
Joined: 07 Mar 2005 Posts: 206
|
Posted: Sat Dec 17, 2005 5:05 pm Post subject: Re: Help please!!! |
|
|
If you are just using the information in the site and not storing it longterm you can use cookies to accomplish that. If you want to store it longterm in a database for use later I would recommend using php & a mysql database. You can check out the tutorial section to see how to do this or google it. Let us know if you have any more problems/questions.
-Mike |
|
| Back to top |
|
 |
supercatmole
Joined: 17 Dec 2005 Posts: 3
|
Posted: Thu Dec 22, 2005 12:01 pm Post subject: Re: Help please!!! |
|
|
Thanks for the help!
Is there any way to get MySQL free? It says on the site that it costs £345 per year!! |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3620 Location: Sweden
|
Posted: Thu Dec 22, 2005 12:05 pm Post subject: Re: Help please!!! |
|
|
| MySQL is open source and free. Download it from www.mysql.com |
|
| Back to top |
|
 |
supercatmole
Joined: 17 Dec 2005 Posts: 3
|
Posted: Thu Dec 22, 2005 12:19 pm Post subject: Re: Help please!!! |
|
|
| I've downloaded it, but when I open the client, it asks me for a password. Suggestions? |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3620 Location: Sweden
|
|
| Back to top |
|
 |
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Fri Dec 23, 2005 9:13 pm Post subject: Re: Help please!!! |
|
|
| the mysql would be free, but the language capabilities like PHP or ASP would all be server side... you would need to pay for those |
|
| Back to top |
|
 |
|