LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How do I create a duplicate file of a text file in PHP? (https://www.linuxquestions.org/questions/programming-9/how-do-i-create-a-duplicate-file-of-a-text-file-in-php-843603/)

puppymagic 11-11-2010 01:50 AM

How do I create a duplicate file of a text file in PHP?
 
What I plan to do is, create a duplicate file of a text file, and then append some text into the new text file.

thanks, experts@ Linux Questions!

graemef 11-11-2010 01:56 AM

Check out the functions file_get_contents() and file_put_contents()


All times are GMT -5. The time now is 02:48 AM.