PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to (regularly and) automatically save a page of my homepage. I only found php functions that read html-code from files, but not the output from parsing these php files.
Can anybody help me?
hmm...are you just trying to save to web page client-side?? if so you can open the web page the same as you would a file in php and read the contents into a string then write it to file