Hi,
if this is your complete script, it lacks the opening <?
In that case it would also match some ancient (10 years ago) convention to automatically import variables.
Today you need to do something like
for every variableCode:$subject = $_REQUEST['subject'];
Musicman




Reply With Quote