Category Archives: Development

Email validation in MS Access

Looking for way to validate email addresses in your Access query, then this validation rule will help. Not Like “*?@?*.?*” And Like “*[ ,;]*” This rule will give you all matching invalid email addresses. Credit to Remi for this great … Read more →

cron No Input Specified

You’ve created your script, tested directly via a browser and get the required results.  You then create your cron job, enter your email address to receive the results and then recieve the following email when it runs: Status: 404 Not … Read more →