i want a php script to run a whole site from 2 files.
i want this line for one example to display my code page on my site
ex. http://localhost/index.php?codes
and i want the site built in index.inc.php3
like this
<?
$codes="<head></head>
welcome to my code site
";
$index="";
?>
im shore that you will understand what i meen
/
act10n