Ok I'm working with a bboard i put up. And I made a function to echo out all the newest and latest discussions. How do I move that function to the index.html page? I tried the old include: <?php include('lastdiscussions()'); ?>
Can anyone help me.
just go like <?php include('page.php'); lastdiscussions(); ?> hope that helps
Also, make sure your "index.htm" is NOT just a HTML page! It has to be a PHP script for it to be able to include other PHP scripts and call functions.
Diego
Ok thanks for the help it did help