I have created a script that takes a .txt file that is delimited into columns by the characters "###". It takes each row in the .txt file, and sorts it out and makes each row a seperate table on the .php page.
I have some computer illiterate people in my firm, and they want to be able to edit the .txt file without uploading/downloading/ftping.
I think the easiest solution is to have them go to an address like http://www.jacksoncs.com/admin/news.php and have a php script open the .txt file, using the delimiters, sort the columns/rows into seperate form cells in which the information could be edited. Once the person is through editing, they scroll down to the bottom and press submit and it's saved.
The problem is how would they add rows or delete rows or edit rows? It would need to have a checkmark button that would allow deletion, etc. Is anyone willing to help me with this script? I can provide some useful scripts as a trade or whatever. Please e-mail me if you have any questions. nkyoung@bellsouth.net
Thanks in advance.