Firstly the database is currently in mdb format so I need to convert it to an sql file. what software would you recommend. Secondly I have to use this db to create a very simple membership site, where the person registers, logs in, and is redirected to a members only page. Question is, do you know any simple to follow instructions I can use to create it. Any language is fine, as long as I can get the end result. Thanks a lot for your help.
Hey sam, You can convert your mdb file to sql file. Use bullzip access to mysql free software. Using this software you can directly transfer to your localhost or create dump file (sql file). Use PHP MYSQL to create your membership site. Its simple and efficient language to create site.