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
Code:
$subject = $_REQUEST['subject'];
for every variable

Musicman