Here is what I am trying to do.
I have a MySQL table in my database that holds email addresses and payment amounts. I am trying to schedule a job that would read from the table according to certain criteria set in the SQL and send the email addresses and payment amounts to Paypal using MassPay API using the Name Value Pair interface for payouts.
I know that CRON jobs can serve the purpose but really have no idea about how to go about creating one.
The main code that will create the Interface Data will be PHP.
Any help or insight on how to go about doing this is much appreciated.
Use
crontab -eto edit the cron table.To create an entry: http://www.manpagez.com/man/5/crontab/
In the case of GoDaddy: http://help.godaddy.com/topic/67/article/3547