hi,
I have a connect page, which has this information
//include information
$includefolder = "includes/"; //the folder where the files for includsion are
$template = "in-augtest.php"; //the name of the template file
and I want the above information to appear in this file
<? require 'connect.php'; ?>
<? include ($includefolder,$template); ?>
but I keep gettin a parse error.
Is there something wrong with that code?