This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Joomla PHP CLI script to remove old form submissions in RSFormPro database tables | |
| by Peter Martin, https://db8.nl (Twitter: @pe7er) | |
| You can use RSFormPro in your Joomla website as form component to interact with your visitors. | |
| It can be configured to send an email notification to the visitor and the site admin. | |
| By default RSFormPro adds the submitted form data in the database. |