One possible reason that this is not working for you is that the PHP scripts you are running are using the short open tag of "<?" instead of "<?php".
Try either setting the short_open_tag in your php.ini file to On or using "<?php ?>" instead of "<? ?>" in your scripts. -- This message posted from opensolaris.org