Hi all,
I want to make a script that will read the static html of a php file. I tried to do this with file_get_contents, but it read the mysql commands and ended up performing the mysql tasks instead of just reading the static html that is outputted.
Does anyone know how I could do this?
Thanks a lot,
Mike