posting data from php to php

Out of context: Reply #9

  • Started
  • Last post
  • 10 Responses
  • enobrev0

    if you're looking into an automated process.. like something that happens daily, you may want to look into cron jobs if your host provides it.

    As far as calling scripts in other languages or servers, you can use form posts (or links with params) to activate the script, or what you may want to consider as a more permenant option is setting your CF script as a web service.

    I ahven't worked with CF in quite a while, but from what I recall thier Web Services options are pretty easy to implement.

View thread