PHP Tutorials - page 5

A collection of tutorials for learning PHP.

  1. In this Tutorial, it is shown how to redirect all HTTP requests to a index.php file using htaccess or Apache configuration files.
  2. Using variable variables (dynamic variable names) in PHP.
  3. Default values have a tendency to make PHP choke up when using type hinting, but there is a way around the issue.
  4. How to turn a relative URL into an absolute URL while also handling dot segments in the URL.
  5. This shows how to do a grep-like action using regular expressions from a PHP script.
  6. A tutorial that shows how to handle HTML form submissions from PHP scripts.
  7. How to stream audio and video from PHP files.
  8. In this tutorial I show how to create a simple_delete() function in PHP to automatically delete whatever you ask it, and also handle errors.
  9. I needed a script to quickly rename all files in a directory, so I came up with this elegant PHP solution.
  10. How to track keywords and keyphrases with PHP's preg_match_all.