Is there a way to give users the ability to update certain parts of a site (very basic for the user), without using a CMS that has a SQL database? If they could just login, upload their stuff.
Thanks for any help,
Printable View
Is there a way to give users the ability to update certain parts of a site (very basic for the user), without using a CMS that has a SQL database? If they could just login, upload their stuff.
Thanks for any help,
provide detailed requirements,
you will need some server side language to accomplish this.
There are of course ways to create login scripts and user accounts without a SQL database, but why would you want to? If you don't have access to SQL, perhaps host with a decent provider. Otherwise, SQL provides the most convenient, secure way of storing your data. It's also very efficient.