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 PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.
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.
You can find a detailed tutorial how to use PHP forms on PHPF1.com.
Read more about PHP forms.
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.