PHP 8 – What is important to know?
The new version of the popular programming language PHP 8, is now released (November 26, 2020), bringing with it many new features and performance improvements. Among the main innovations are [...]
PHP: How to find URLs in text (string) and display as links
Recently I was developing a custom solution for one of my client's projects and I encountered a problem: A message (string) was stored in the database which may contain urls. [...]
PHP Logical Operators
What are PHP logical operator? PHP Comparison Operators are used to compare two values (integer, a.k.a. number or string a.k.a. text). The operators are AND, OR, XOR, NOT. OperatorNameExampleResultandAnd$x and [...]
Tutorials related to PHP.