Categories
Tags → Tutorial In Php

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 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

Secure File Upload with PHP

PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before enabling file uploads, the actual mechanisms to allow this are straight forward. In this tutorial we will ...
DETAILS

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...
DETAILS

Page:
©2003-2019 jCay.com