-
In this tutorial I will show you how you can install multiple PHP versions, on a server running Apache.
-
Short totorial on how to work with checkboxes in HTML and PHP.
-
The E_USER_ERROR is a custom error that can be triggered by developers when coding.
-
We may use the E_USER_WARNING error type when we wish to trigger a recoverable warning error, and allow the script to continue executing.
-
An E_ERROR type is unrecoverable (fetal) and causes the script to stop further execution. Fetal errors can happen due to syntax errors.
-
How to stream audio and video from PHP files.
-
How to perform HTTP GET requests and have the content returned using cURL in PHP.
-
How to use the mail function, and why you should not use it.
-
To create a new line, rather than outputting the character used on the system, it is recommended that developers use the PHP_EOL constant in order to improve portability of their code.
-
There has been some confusion about which mime type is correct for plain text on the web, and while both might work, only one is correct.