On Sunday, Dec 29, 2002, at 12:29 US/Pacific, Rafael Alan Bleiweiss wrote: > 3. If I teach myself PHP can I co-mingle PHP and CF on the same page?
Not easily although it might be possible. I think you'd need Apache 2.0.x so that you could 'stack' mod_jrun (connecting to CFMX) and mod_php and assuming you could tell mod_php to always process the output of mod_jrun (or vice versa). Then you could have CF generate PHP constructs and have them processed (alongside the PHP already in the page) or - if you connect the filters the other way around - you could have PHP generate CFML and have CFMX process that (alongside the CFML already in the page). It would probably be more work than any value you'd get out of it tho'... At some point, we're going to try this 'stacking' of modules to see if we can get mod_ssi to co-exist with CFMX on an Apache 2.0.43 / Apache 1.3.27 - but it may not be for a while yet (and I will publish the results and notes if we succeed!). > 4. PHP - cgi version or Server API version? Pro/con Server API version - faster, etc. "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man." -- George Bernard Shaw ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

