The Flash and PHP Bible has been released! The book can be found on Amazon or wherever fine books are sold in your area.
The Flash and PHP Bible has a forum for quick support.
Here is a code snippet to include a file in your php page.
<?php $exampleFile = 'header.php'; include($exampleFile); ?> or you could include multiple files on one page. <?php include 'header.php'; // Some HTML code could go here! include 'main.php'; // Some more HTML code could go here! include 'footer.php'; ?>
©2004 - 2010 scriptplayground | Privacy Policy | Legal
Validate Site: XHTML CSS | Designed by: Matthew Keefe of mkeefeDESIGN