my question is probably easy to answer. i want to execute my php file with shell and pass parameters to it via shell example
php test.php parameter1 paramet
You can use $argv to get the parameters.