MySQL backup tutorial
In this tutorial I will show you a short and simple way how to create a backup copy of your MySQL database using the mysqldump utility. Read more about MySQL backup …
In this tutorial I will show you a short and simple way how to create a backup copy of your MySQL database using the mysqldump utility. Read more about MySQL backup …
In this article I will show you how to use PHP regular expressions in your own PHP scripts.
Read more about PHP regular expressions.
A small article how to transfer data from a multiple selection into an array.
Read more about PHP form multiple selection.
This article demonstrates some ways how you can compare dates in your PHP code.
Read more about PHP date compare.
In this tutorial I will show you how to calculate difference between dates and times in PHP.
Read more about PHP date difference.
A small tutorial how to use basic date and time functions in PHP.
Read more about PHP date and time handling.
In this article I will show you how to use PHP heredoc syntax to create strings.
Read more about PHP heredoc syntax.
In this small article I will show you how to use PHP string concatenation possibilities.
Read more about PHP string concatenation.