Thanks for your clear answer ! On 9/5/05, Brian Kotek <[EMAIL PROTECTED]> wrote: > > No, you can't. CF only allows creation of Java, CFCs, web service, and > COM components. If you want to call a PHP class and get data back from > it, calling it as a web service is probably the best route. > > On 9/5/05, Bram Plessers <[EMAIL PROTECTED]> wrote: > > Assume I have a php class which acts kind a like > > a cfc. Can't I use createobject or cfinvoke to interact > > with the php class ? > > > > On 9/5/05, Ryan Guill <[EMAIL PROTECTED]> wrote: > > > > > > Webservices maybe...? > > > > > > On 9/5/05, Bram Plessers <[EMAIL PROTECTED]> wrote: > > > > Thanks for your response. > > > > > > > > That's an option, but isn't CF able to communicate > > > > with php or other server side languages on another > > > > level ? ( a tighter integration ) > > > > > > > > On 9/5/05, JediHomer <[EMAIL PROTECTED]> wrote: > > > > > > > > > > You could possibly run a CFHttp call to a php file, passing all > the > > > > > relative information as a POST or GET, then get the php file to > > > > > display the result, thus allowing you to parse the response? > > > > > > > > > > HTH > > > > > > > > > > > > > > > On 05/09/05, Bram Plessers <[EMAIL PROTECTED]> wrote: > > > > > > Hello, > > > > > > > > > > > > I'm running into problems cause I'm on a headless Unix system > > > > > > that runs Coldfusion. > > > > > > > > > > > > I looked into several components and they all have the same > issue > > > > > > with Java an such system. > > > > > > > > > > > > I can also run PHP on my server, so now I want to use a php > class > > > > > > to resize images. But how can I call such a PHP class from my > > > > > > coldfusion code ? > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217370 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

