Categories
Tags → Php And Tutorial

Understanding Object Orientated PHP (oo PHP)

This tutorial is for all those people who know the basics of PHP, but want to take it to the next level. Object Orientated PHP is the interaction between different functions, classes and variables. Once you master the basic in this tutorial, you will...
DETAILS

Writing Libraries in PHP New

This tutorial is intended for PHP programmers who are interested in writing reusable code. Experience with PHP4 and familiarity with writing classes are assumed. The article is primarily geared toward programmers who are new to writing code libraries...
DETAILS

Advanced Form Processing with PHP and Javascript

This tutorial is intended for intermediate level PHP programmers, who know how to use web forms to gather data, and how to communicate with database systems or filesystem to store the data, but are unaware or uninformed about the inspection process b...
DETAILS

Developing rock-solid code in PHP

This tutorial is intended for both amateur and professional PHP programmers who want to design and write quality functions. To complete this tutorial, you must have a basic level of working knowledge with PHP, and know how to define functions.This wi...
DETAILS

Getting User IP with Ajax (Javascript/PHP)

A small tutorial where I describe how to get a Userip with Ajax and making it afterwards available as javascript var. I describe two ways - in a pure php site and how to do it in a htm or html site (with Ajax). Perhaps it may help you, as I see it ve...
DETAILS

SQL Server FAQs - PHP MSSQL Functions - Connections and Query Execution

A collection of 18 FAQs on connecting to MS SQL Server with PHP scripts. Clear explanations and tutorial exercises are provided on SQL Server connection; providing port number; selecting database; running SQL statements; checking execution errors; lo...
DETAILS

PHP redirect page

In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection.
DETAILS

PHP include file tutorial

In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.
DETAILS

PHP loops

In this tutorial I will show you all loops in PHP and their usage with code examples.
DETAILS

Installing Apache, PHP and MySQL

This tutorial will show you how to install Apache 2.0.59, PHP 5.2.3 and MySQL 5.0.41 on machine running Windows XP.
DETAILS

Page:
©2003-2019 jCay.com