Hey yall I have seen in some php scipts that the writer was able to include a page by just using something like this inlude lets say... latest.php into a page they would use something like this {latest} ... and the page or script world be inserted just by placing that text no php coding or any thing just right in the middle of regular html <head> <title>{site_title} ----> somehow sites title gets included</title> </head> <body> <div> {content} ----> somehow content.php gets included right here </div> <body>