Categories
Tags → Tutorial For Php

Working with Directories

As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety of functions to read and manipulate directories and directory entries. Like other file-related parts of PHP, the functions are similar to...
DETAILS

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

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

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

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

Creating A News System

THis tutorial first started out as a Guestbook script to provide me a crash course in PHP and MySQL. After a while I needed a news system installed on a site that I used for a client. I took the Guestbook, which had basic principles of a news system,...
DETAILS

How to Create CAPTCHA Protection using PHP and AJAX

CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in acc...
DETAILS

Starting out with PHP

So, you''ve mastered HTML and JavaScript. I guess the next stage is PHP! Don''t worry. It isn''t too hard. This tutorial is great for learning PHP right from the beginning teaching you all the basics to help you advance quickly on to m...
DETAILS

File manipulation (Part-2)

In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file, Reading arbitrary amounts of data from a file, Writing to a file, Creating directories, Removing a directory and Opening a directory for reading.
DETAILS

File manipulation (Part 1)

In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.You can test for the existenc...
DETAILS

Page:
©2019 A--9.com