in reply to Make PHP Execute in CGI output
Best regards,open (THP, ">foo.php"); # THP means TemporaryPHP hehe print THP>>The_End; <!-- Initial HTML code--> <?php include('header.php'); ?> <body> <!--rest of doc--> </body> </html> The_End close (THP); print "Location: http://URL_to_the_file/foo.php\n\n";
|
|---|