Start a conversation

PHP

  • How to configure HTML files to be processed by PHP

    For PHP files to be processed by PHP please locate or create the .htaccess file in the root directory of the site. Where is the root directory by default? On hosting with cPanel: for the main domain —...

  • If the PHP script does not work

    Quite rarely users are faced with a situation where PHP scripts are not running. There are several reasons for this error: 1. Incorrect permissions on files with the .PHP extension.  To let your site ...

  • How do I change the Return-Path using the PHP mail () function?

    If the site uses the mail () php function, then we will consider how it is possible to change the default user email login @ server to one of those created on the domain. In PHP, the mail () function ...