Categories
Tags → Php Tutorial

Math Captcha image validation

With all the Captcha decoders these days, its impossible to build a solid Captcha image validator with a string. The solution? Have a captcha that asks simple math addition questions! Decoders are not very good at breaking these. This tutorial ...
DETAILS

Create Thumbnail Images using PHP

This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images and create their thumbnails. Since this requires the GD library, you will need an installation of PHP ...
DETAILS

Creating a file manager

In this tutorial I will show you how to create a PHP application to display directory content (filename, filesize, modification date) and navigate between them.
DETAILS

Migration of Access data to MySQL

In this tutorial you will learn how to migrate &"Access data to MySQL&". It is very important for ASP TO PHP Comers. Enjoy It!
DETAILS

Importing csv data into MySQL with php script

This tutorial will show you how to import csv data into MYSQL with a simple PHP script. Many times you have to write a script because the import function in phpMyAdmin will not import the way you want.
DETAILS

FunFactsAndQuotes

FunFactsAndQuotes is the fast && easy way to keep your website fresh and interesting with quality facts && quotations. No fancy programming or databases. All you do is upload our php and text files to your server, and copy/paste a lin...
DETAILS

Form Processing with PHP

One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use PHP code to make decisions based off this information to create dynamic web page...
DETAILS

Track visitors with PHP

Tracking our website''s visitors is a very important step if you''re serious enough about analyzing your traffic and optimizing your pages to get the most of your visitors. There are many reasons why you should think of implementic tracking...
DETAILS

PHP: Looping Statements

PHP performs several types of repetitive operations, called &"looping&". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutoria...
DETAILS

Creating a shout box with AJAX && PHP

This tutorial will cover how to make a great shoutbox to add to any web site. It makes use of PHP, MySQL, and AJAX. This is great for anyone who is just learning AJAX. It uses simple PHP code so as a complete beginner will be able to focus more on t...
DETAILS

Page:
©2019 A--9.com