This tutorial will present some PHP functions to be used when working with MySQL databases: magic_quotes_gpc() - can be on from …
Blog
Using FTP inside PHP – Part 2
In the first part of this tutorial we have seen how to connect to FTP using PHP, upload a file and list the content from a specified …
Using FTP inside PHP – Part 1
This tutorial will show you some PHP functions that can be used to work with FTP and doing different things : connect to FTP. list …
Loops in PHP Tutorial
I will present some of the most important building blocks that any programming language has : loops. Even if you are coding in C, Java or …
PHP and MySQL Tutorial
In this tutorial I will show a basic approach on how to use PHP and MySQL in your applications. What this tutorial covers: Some info …
PHP Log Searching Tutorial
This PHP tutorial is for intermediate users and will show you how to use directories for parsing files located there. It's useful if you …
Include and Require in PHP
In this tutorial I will present two important functions that PHP has: include and require. 'Include' is used for "importing" another PHP …
Decisional Statements In PHP
In this tutorial, I presented some information about PHP and I wrote some lines of code to show how PHP works, the structure of a page. …
PHP Math Functions Tutorial
In this tutorial I will present PHP math functions. They may be needed by a developer in small or complex web applications that are dealing …