-
PHP
PHP Web Development Tools List
Every PHP developer needs the right tools to become a PHP ninja (guru). In this example we will introduce some…
Read More » -
PHP
PHP Form Dropdown Example
In this example we will learn how to handle data from a drop-down-list in HTML with PHP. For this example…
Read More » -
PHP
PHP GridView Example
In this example we will introduce the concept of gridviews. We will also learn how to display data in a…
Read More » -
PHP
PHP Global Variables Example
In this example we will learn about PHP global variables, what they are and how to use them. Variables are an…
Read More » -
PHP
PHP File Example
In this example we will learn about files and directories, we will also learn how to manipulate them with PHP. PHP…
Read More » -
PHP
PHP Form Action Example
In this example we will learn how to create HTML forms and how to handle data transmitted through them with…
Read More » -
PHP
PHP Send Email Example
E-mail(electronic mail) has become an integral part of the internet. Approximately all tech savy people have an email address. If…
Read More » -
PHP
PHP Parser Example
In this example we are going to learn how to parse xml (Extensible Markup Language) with PHP. For this example we…
Read More » -
PHP
PHP class Example
In this example we are going to learn about classes in PHP, what they mean and how to use them.…
Read More »