I'm updating two includes (both only have HTML code in them) in another php file. Can I 'parse' the HTML that this generates to write the HTML into another file?
Example
'update' file (this updates two the two php files] which sends the code to a 'preview' page.
'preview' page code needs to be inserted into an HTML email (and I need the 'preview' page code to be inserted between <<EOF in a sendmail file.
I hope this is a clear enough explanation
Example
'update' file (this updates two the two php files] which sends the code to a 'preview' page.
'preview' page code needs to be inserted into an HTML email (and I need the 'preview' page code to be inserted between <<EOF in a sendmail file.
I hope this is a clear enough explanation