dragonFire

  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by dragonFire
  • dragonFire commented,

    when I run the command in Terminal function will run but JSON decode() won't execute. but if I execute file directly from the browser JSON decode() is working "

  • dragonFire commented,

    /usr/local/bin/php -q /home/malin/public_html/youtube_api_test/cron_autosave_api_data.php yeah, it's working, it will output "GET DATA API". but json_decode() is not working.

  • dragonFire commented,

    Does the Cron job function normally when run over the command line or does it also have an issue when run there? Can I know how to run Cron job over command line? thing is if I call the file ...

  • dragonFire created a post,

    Cron job with Json decoder issue

    this is my corn job : /usr/local/bin/php -q /home/malin/public_html/youtube_api_test/cron_autosave_api_data.php this is the function i wanna run using corn job function getytChannelData($chann...