hello... quick problem that's got me stuck.
I've got some .php function files that i'm including in my form page.
One - sys_info.php defines the arrays that I use all over the site.
ex:
<?PHP
$semesters = array("08" => "Fall",
"01" => "Spring", "06" => "Summer");