All posts tagged "php"
coding
Facts of the PHP Programming Language
16/11/2018PHP ( PHP: Hypertext Preprocessor ) was released in the 1995. PHP was originally known as Personal Home Page written as a...
coding
Tip: Create temporary files in PHP
16/10/2018PHP provides two very useful functions to create temporary files. Instead of creating unnecessary tmp directories in your...
coding
Writing a PHP command line script that takes options
13/10/2018First of all, we make our file start like this. #!/usr/bin/env php This allows us to...
coding
10 PHP functions you (probably) never use
08/07/2018When scripting in PHP, we often restrict ourselves to a limited number of API functions: the common ones,...