I need a php script that call another php, then save the called php as html then save to a subdir., the script need to loop x time and give the saved html a random name, anyone can help?
Thanks, Laosan
Read the section of the manual that explains output buffering, and look up eval().
Thanks 🙂