AFAIK, you cannot do that. They're two different server-side languages and you cannot mix them together. What does the cf function do? If you only need it to output something you could try outputting the coldfusion file that calls the function within an image on the site. Just a thought.
actually I have to integrate an SMS "spam" service on the website I'm working on (so people receive some informations on their GSM).
Another company delivers that "SMS spamage" service.
I have to use their WebServices so users of the website can register to that SMS option. The WebServices are written in ColdFusion and my website is written in PHP.
Basically I have to call a function using their WebServices to get a token and call another function providing the token, gsm number and text to send the SMS.
So my question is, how to call those WebServices functions in my PHP code ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.