I'm willing to pay someone to do a small PHP job. Job: It is all about 1 PHP file. It loads a form and puts the variables in it. However for the PHP file is not yet ready to work with a cronjob. I need someone to make this file work with a cronjob. Looking for offers and post here with a quote or if you need more info. You can ofcourse always PM me. Regards, TheBiaatch
Pleae can You post more details ?? I dont seem to get the idea , You want to integratge a .PHP file with a cron job File ? Could you delve into its usage so we get a better idea ?
Hi, in general, every php file is compatible to be used as cronjob. What exactly is the problem? Please PM Thanks
place #!/usr/local/bin/php Code (markup): with the path to your php binary instead of /usr/local/bin/php at the very top of the file ( first line before any <?php ) and chmod the file to 755 or +x
More info: It's a PHP file where the last 10 entries are automaticly load in the form from the database. Then It submits this info to several websites which are listed above the form. I just need to make a form (using variables) to autosubmit whenever the cronjob is done.