irishred8575 Posted January 8, 2008 Share Posted January 8, 2008 I am a Cold Fusion programmer and need a little help from a PHP guru. I need to have a PHP page execute all of it's functions and then at the end send the results to a Cold Fusion page. This can be accomplshed with a general URL that has all of the information in it, but I have no clue how to write this code. Please help... Quote Link to comment https://forums.phpfreaks.com/topic/85077-php-to-cold-fusion/ Share on other sites More sharing options...
Ken2k7 Posted January 8, 2008 Share Posted January 8, 2008 <?php $message = ""; // executes all function, adding data to $message // header("URL TO REDIRECT" + message); ?> Quote Link to comment https://forums.phpfreaks.com/topic/85077-php-to-cold-fusion/#findComment-433889 Share on other sites More sharing options...
rhodesa Posted January 8, 2008 Share Posted January 8, 2008 The better, but slightly harder way is to use the cURL module to send the data via a server side POST (this doesn't involve the client at all) Quote Link to comment https://forums.phpfreaks.com/topic/85077-php-to-cold-fusion/#findComment-433892 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.