database help

GZ47Q

New Member
Messages
33
Reaction score
0
Points
0
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.
 

jtrash

New Member
Messages
32
Reaction score
0
Points
0
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.
 
Top