Extract data automatically

massimolm 14 Jan, 2013
Hi, I need to extract data from the db automatically once a day and send them to an email address. This possibility exists?
Thank you.
GreyHead 14 Jan, 2013
Hi massimolm,

Yes with some coding. Neither ChronoForms nor Joomla! have any idea about time but you can schedule a form to run using a cron job on your server. I'd probably create a form and add an extra 'cron' event and put the actions you need in that. You can then point the cron job to
your_domain.com/index.php?option=com_chronoforms&chronoform=form_name&event=cron

Bob
massimolm 14 Jan, 2013
Great, you always think the most difficult things, while the solution is in front of your eyes ... thanks😀
This topic is locked and no more replies can be posted.