PHP - page 3

  1. In this tutorial I will show you how you can install multiple PHP versions, on a server running Apache.
  2. Short totorial on how to work with checkboxes in HTML and PHP.
  3. The E_USER_ERROR is a custom error that can be triggered by developers when coding.
  4. 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.
  5. An E_ERROR type is unrecoverable (fetal) and causes the script to stop further execution. Fetal errors can happen due to syntax errors.
  6. How to stream audio and video from PHP files.
  7. How to perform HTTP GET requests and have the content returned using cURL in PHP.
  8. How to use the mail function, and why you should not use it.
  9. 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.
  10. 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.