Skip to content

Instantly share code, notes, and snippets.

@maliMirkec
Created August 18, 2015 07:02
Show Gist options
  • Save maliMirkec/e1ec5cca72c30d644ee0 to your computer and use it in GitHub Desktop.
Save maliMirkec/e1ec5cca72c30d644ee0 to your computer and use it in GitHub Desktop.
how to execute php script from command line
// execute php script from command line
// http://stackoverflow.com/questions/6763997/shell-run-execute-php-script-with-parameters
wget -O - -q -t 1 "http://mysite.com/file.php?param=value" >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment