bendi
Feb 13 2005, 12:33 PM
Hi,
How can i grant editing access to one page of my website, so the person can change the text directly without using html editors?
the the webhost doesnt receive asp code (which i am familiar with)
so i need another solution
Thanks,
Bendi
cmj-php
Dec 21 2005, 05:38 PM
You could load the page in a textbox and then have a save button. Upon clicking the save button, the file would truncate to zero length and then have all of the HTML code in the textbox saved into it.
If you are going to try this, let me know and i can give you the code.