Im suffering from coding blindness today. I know this is an easy one, but justs can remember how to do it.
I need to parse a php file (say page.php) and have the results/html assigned to a variable (not printed to screen).
for example instead of including a file like 'include 'page.php';' I need to do '$myvar = page.php;' - were the page.php gets parsed first then assigned to $myvar.
any ideas?
cheers