In the directory you installed the PHP package create a .htaccess file and in it put:
AddType application/x-httpd-cgi .php
Then add
#!/usr/bin/php4
to the top of each script except the include files. This will make the cgi version of PHP run the scripts.
Scream, heredoc is a pain and is only supported in PHP4. You'll probably get a ton of bug reports pertaining to it.
There are still many hosting companies that still don't have PHP4 installed and some have no plans to change. You should consider a PHP3 version for those people.
Bob
[b]Extreme VB Forums -[/b] Visual Basic Help