Forum Moderators: coopster
I have about 7 HTML pages on a site. Each one of them needs to include the output of a PHP file, based on a URL variable. I need a way of including the PHP file after it has been executed. So for exammple:
-- file.html --
<html>
<head></head>
<body>
Some stuff.
Need to include 'file.php?var=value' here AFTER after file.php has executed.
</body>
</html>