HTML Encryption website I have made http://www.htmlblock.co.uk I want a PHP script which does not use MY SQL which allow visitors to login and submit a ticket for support any one know a script?
Many thanks,
Phil. :music:
The views expressed on this page by users and staff are their own, not those of NamePros.
don't you want any kinda of authenication on them if not
then why even bother to create a login script for visitors
if you do want to authenicate them i would go with the
sql method or you could use a file method which is very
unsecure.
theres no other way to write or save users data other then saving it either to a database or a file system. so you gotta choose from one of them. database storage is the most optimal, fast, and secure choice. :D