Forum Moderators: phranque
Change the information the customers view using Excel or another app in the microsoft office pack
upload it to the website
but he doesnt want to use any databases such as sql/cgp/php, just very basic updating here
here is the only way i can think of, see if this will work:
make a "mini-site" for each customer based on the same theme and layout.
use excel, etc... to write in the new data and save as web page
save webpage to that customers folder and just link to it from their mini site/members area.
will this work or is there a more robust way ot uploading and or linking this data, remember... cant use any databases or scripting.
thanks
So in this situation, the most important part is not the management of the information itself, but the access control. Simply "hiding" it (security by obscurity) is totally useless: you need to have a robust authentification system with verified login / strong passwords, on a secure server (https). For that, you are going to need server-side scripting and perhaps a database for the login names/passwords, etc. - there is simply no alternative, no shortcuts.