Grasor
Apr 21 2008, 12:44 PM
Hi
First question here.
What I am after is directions to allow a site to accept registrations, just like here on WDG.
I am good with HTML and using javascripts and need guidence in which way to elegantly allow that on the site.
Thanks
Graham
Darin McGrew
Apr 21 2008, 01:47 PM
You'll need some kind of server-side (e.g., CGI, PHP) program to handle registrations, logins, etc. You can't do it with just HTML and JavaScript.
What is the point of registration on your site? Is it a forum? A product review site? A download site? Usually, registration is built in as part of whatever else the site does.