Martin Orth wrote:
> Hello,
> 
> I am searching for a way to parse the contents of of a coldfusion file for
> coldfusion code and after that the content should be parsed for php code
> or vice versa.
> 
> I tried doing this with mod_ext_filter but this does not work for me and
> it would be not so fast like a modul.
> 
> The best way I think is to combine mod_jrun20 (for coldfusion) and the
> php4_module. How could this be done?
> 
> Thanks
> 
> Martin
> 

Whenever I need to run PHP code in addition to my CFML code I've always
used CFEXECUTE and the command-line PHP interpretor. A command-line
interpretor for CFML is one thing I've always wished for...

I supposed it depends on what you're doing. You could also use CFHTTP to
call the PHP page from within the CFML page - thus separating your PHP
and CFML effectively.

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240430
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to