Mobile app version of vmapp.org
Login or Join
Carla537

: Opensource package for securly allowing users to log in and provide information I have a site written in mostly php and html. I also have a sql database of personal information like names and

@Carla537

Posted in: #LookingForAScript #Php #Security

I have a site written in mostly php and html. I also have a sql database of personal information like names and addresses. I would like my users to be able to log in to my website with a login I can email or snail mail to them, and view and edit their information on my database. Users can currently enter information online I and store it in my database but they can't view or edit stored information.

I can add the code to do this, but when I give users the ability to view information I suddenly have a lot more security concerns. Is there an open source package to deal with allowing users to do something like this? Or is there an established convention for this?

I know this is a pretty basic question, and there might be some good literature about it that I have yet to find, so if someone can just point me in the direction of some of that information, or better yet give me firsthand some information about this that would be great.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Carla537

2 Comments

Sorted by latest first Latest Oldest Best

 

@Candy875

What you probably want is a php framework. Many should be able to do this sort of thing as standard. You will also want to use SSL, which means buying an SSL certificate and configuring your server/hosting to use it. For both of those things there are lots of resources on the web.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme