php
-
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
AJAX PHP Tutorial
AJAX is a technology that allows to establish asynchronous communication between the client and the server. That is, to allow…
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 Calendar Example
In this example we are going to build a web based dynamic calendar using PHP. A web based calendar can be…
Read More » -
PHP
PHP Mail Function Example
In this example, we will see how we can send emails with PHP. After seeing this example, you will be…
Read More » -
PHP
PHP Upload Script Example
In this example, we are going to see how to make file uploads with PHP, that is, how to upload…
Read More »