how can you make a database so that visitors could sign-up and login through a form? And what do i need to do so that x10 will be able to check pages that are only available to members.
how can you make a database so that visitors could sign-up and login through a form? And what do i need to do so that x10 will be able to check pages that are only available to members.
What exactly are you trying to do? Can you give an example?
What I can say is that you should't allow visitors to connect directly to a database. You need to make a form (php is very good at that) that acts as an interface between the visitor & the database.
I suggest you use a CMS or a Forum.
http://www.joomla.org/
http://e107.org/news.php
http://www.simplemachines.org/download/
http://www.phpbb.com/
ok thanks