I am trying to figure out or find information on how to convert the ColdFusion tags in my existing site to PHP3/4 tags/code for use on a server that does not have the CF engine on it.
Example of what I need converted:
<cfinclude template="side-nav-main.inc">
also, the version of ChiliSoft ASP running on the server doesn't support SMTP mailing. It uses Apache:ASP.
Since this is the case, I shouldn't have any trouble using a PHP mail script?