When I open my webpage the php code appears at the top of the page. When I try and test page I run a 'test' php' page.
However when the 'test' code is run the page is blank. Any idea what the problem could be and how this could be fixed.
Test code:
<html> <body> <?php show_source("test.php"); ?> </body> </html>