Categories
Tags → Tutorial In Php

Displaying Data In A MySQL Database

This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the lan...
DETAILS

Beginner PHP Tutorial: 25+ Lessons

Learn PHP through lessons and examples that are based on plausible real world applications. Also contained on tizag.com is a MySQL tutorial to aid you in your PHP/MySQL knowledge.
DETAILS

How To Learn PHP

There are a lot of tutorials out there that tell you about some basic PHP stuff; however, none of them tell you how to take it to the next level. In this tutorial I explain how you can learn PHP quickly.
DETAILS

An introduction to PHP - Hello world

In this tutorial you will be tought how to create your first PHP script using the famous hello world example. If you are new to PHP programming, then check this out for your first simple lesson.
DETAILS

Output Caching in PHP

Caching output in PHP can reduce server load and speed up your site. This tutorial explains how to alter your site to save your server from processing scripts and querying databases more than is needed.
DETAILS

Sessions

This tutorial will teach an alternative and effective solution to cookies in PHP which might actually be better for your website and security.
DETAILS

phptut

PhpTut is a new tutorial system that is designed to allow users add tutorials and to comment on them. With a full admin section, editing and deleting submitted tutorials are a breeze. Tutorials can be on anything, and with 3 different tutorial diffic...
DETAILS

Making a tree menu with PHP

This tutorial will show you the basics of using PHP with some simple Javascripting methods to create a drop down menuing system for your site. This will teach you the simple tricks of using Javascripting with your PHP code in order to display simpl...
DETAILS

Web Based FTP with PHP and Sockets

This tutorial takes you through the creating of a web based FTP program using PHP and raw sockets. We do not make use of the PHP FTP api. Instead we build our client from the ground up by implementing the functionality as described in the FTP RFC.
DETAILS

Processing XML with PHP

Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML.
DETAILS

Page:
©2003-2019 jCay.com