Hi All,
Having probs here.
I need to write the output of a PHP script to an HTML page to then be processed by DOMPDF so I can make a nice little PDF for some friends to use.
When I use file_get_contents to get the contents of a "donor" PHP script, it does that - literally. It grabs the unevaluated PHP and holds it for me to do as I wish.
I need the PHP script to RUN, then take the output and file_put_contents it somewhere.
Thanks, Rob