Hide PHP Usage

Last Updated on: February 25, 2023 If you are the web developer for a site, then you might not want visitors to know that you are using PHP for your scripting. One simple way around this is to use a different extension for the PHP files instead of the default .php. You can use any…

Send an email from PHP

Last Updated on: February 25, 2023 It is common now for developers to use email as a means of communicating with users from the website. There are many reasons that you might want to do this, including: Before you start to configure your PHP scripts to send emails, you will first need to know some…