Re: [PHP-DB] Edit a file from a PHP form

2001-05-02 Thread Angie Tollerson
Hmm, Allen, this may be overwhelming , but what you are trying to do would be ideal with XML files and manipulating them with PHP and XSL style sheets. I am doing the exact same thing you are with these technologies. Your XML page looks just like a text file but with tags, like this:

[PHP-DB] Edit a file from a PHP form

2001-05-02 Thread Allen May
I would like to edit a list from a PHP form. Can someone point me to a good tutorial?? I have walked-through a tutorial that showed me how to successfully pull the contents of text file and display the whole contents. I want to view the contents and then edit a specific line of in a list. So, i