Ben bazı çoklu dinamik parameters.I ana cron dosyasında bir dosyayı yazma sırasında bu parametreleri göndermek istediğiniz sahip bir dosya var. Bu gibi bir şey ->
*/15 * * * * /usr/bin/php /a/b/c.php parameter1 parameter2 parameter3 parameter4
Now i tried working this up but my file is not executing. What im concerned about is that how will my php file will fetch these parameters ?? And how will i write this command when there is only 2 parameters to be passes parameter1 and parameter4??? and how will my cron and php will recognoze that which parameter is for which data and all?? please advice!!