المقالات
Authorized email sending from UNIX virtual hosting servers
For security reasons, outbound connections to port 25 are blocked on all UNIX virtual hosting...
File extensions for PHP scripts, how to add your own extension
The PHP interpreter automatically processes files with the following extensions as PHP scripts:...
PhpBB forum error: Critical error. Error creating new session
This malfunction is due to a “hole” in the phpbb forum itself. It consists in the fact that the...
Possibility of changing PHP configuration for the user
Very often, the user needs to change PHP settings in one way or another to work with scripts....
Problems with the functions strtoupper() and strtolower() with Cyrillic alphabet
Problems when working with Cyrillic in PHP scripts of the strtoupper() and strtolower() functions...
Sending emails using the mail() function
In the following example, we will use the built-in mail() function, where, as parameters, client...