error_reporting function PHP
The error_reporting PHP function. PHP has multiple levels of errors, using error_reporting function level for the application execution. It returns the old error reporting level […]
The error_reporting PHP function. PHP has multiple levels of errors, using error_reporting function level for the application execution. It returns the old error reporting level […]
One of the best way to send E-mail using website is php mail function but its also insecure, so be careful while using php mail […]
To prevent from hack to the server and sites the following settings need to be done strictly on the server else wait for hacker to […]
To remove the .php extension from a webpage for example your-website.com/about-us.php to your-website.com/about-us kindly add the following code inside the .htaccess file, but before making […]
Many time we do face issue to calculate the date of birth using birthday date, therefore we have created following simple PHP script to calculate […]
Copyright © 2023 Kaizen Software Solutions. All rights reserved.