hi everyone, do you know of any php client areas THAT DO NOT USE MYSQL?? I still need the users to have INDIVIDUAL areas. I know you can have it so it writes to a web-database on the site itself. thanks all
I imaging you're looking for a PHP based member area without the use of a SQL database. There aren't any to my knowledge (I'm sure they're out there though). What you'd be looking for is a flat-file storage or No-SQL database. If you're writing it (or are looking for someone else to write it), it's essentially saving data to a file on the webserver. It's recommended that you secure the file and keep it out of your web directory though.
Hi Webber and fellow spurs fan! SQL is a web database for the site your only other option would be to make folders for the indivual customers then use htaccess to password protect. However PHP is more sensible and u could monitor visits and offer real time password change etc. PM me if u need help.