Eddie, cfhttp and chttparam are the first things that come to mind...
You have to have the PHP script execute against the server so it's processed before the return values reach the CF page doing the requesting, so things like CFFILE are out. I used this same technique in a project for another client. They had some Perl scripts that provided tab-delimited data for a process, and I used CFHTTP to hit those scripts and got the pre-processed results (i.e. they were processed before the results got to CF) from the cfhttp.filecontent variable after the request finished. Worked really well. Laterz, J -- Continuum Media Group LLC Burnsville, MN 55337 http://www.web-relevant.com http://cfobjective.blogspot.com On Fri, 14 Jan 2005 17:59:33 -0400, Eddie Shipman <[EMAIL PROTECTED]> wrote: > How would I call a PHP script with a variable and return the resulting > HTML? > > I have a CF forum and want to use GeShi as my syntax highlighter because I > can not find one in CF for Delphi syntax. > > I am currently using DP_ParseBBML but it won't highlight my Delphi code. > I wrote an extension but can not get it to work correctly either. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190555 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

