PHP Tutorials [PHP Includes]

Ok I've gotten too many emails on how to get php to show up on your page, so heres how..

You can do this a few ways like:
---------------------------------------------------
<?php include ("directory/blah.txt"); ?>

<?php include ("http://yoursite.com/news.txt"); ?>
------------------------------------------------------

Where do you add those? Well say you want your news to display using a php posting script, you would just place one of the above includes whereever you want the news to display.. Oh and don't forget that your page must be named with a .php extension and of course your host has to support it.

If you find this information inaccurate or have questions post in the forums