-
How to send HTTP requests using the build-in file functions of PHP.
-
How to perform HTTP requests trough proxy servers in PHP.
-
Tutorial on how to obtain a random value from an array in PHP.
-
In PHP all arrays can be Associative. In this tutorial, you will learn how to create an association between keys and values in arrays.
-
You may have wondered what the /etc/php/8.0/conf.d/ directory is for in Debian and Ubuntu, and whether it is better to edit the conf.d files than editing php.ini directly; find out in this Tutorial.
-
How to use the PHP Foreach loop construct to iterate over arrays.
-
Tutorial showing how to check if a variable is a number in PHP
-
How to combine two or more strings into one big string in PHP.
-
PHP does not have named parameters build-in, but in this tutorial you can learn how to simulate the functionality with a bit of extra code.
-
How to replace the first occurrence of a string using substr_replace or preg_replace; using the string functions to perform drop-in replacements is recommended.