Just a hunch:

"<? echo $subject[0]; ?>"

Try using <?php instead, as in:

"<?php echo $subject[0]; ?>"

Do you have a URL to show us what your page does and doesn't do?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to