Webmaster / Chef de projet Web

Tag fonction

PHP Script that Alerts You if Your Site is Down

This script was composed for a specific need and which, I believe, can serve many people. It allows you to receive an email alert if one of your sites is down (server not responding, site not responding…).To do this, you… Continue Reading →

Calculate Age in PHP with Date of Birth

I just found a little piece of code created one fine morning with a function that allows you to calculate someone’s age based on their date of birth : function age($day, $month, $year) { $age = (date(‘Y’) – $year); if(… Continue Reading →

© 2026 Bensimon Eyal — Powered by WordPress

Theme by Anders NorenUp ↑