Categories
Tags → Tutorial In Php

Introduction to PHP for beginner''s

This is a basic PHP tutorial available for everyone and anyone who wants to read it. It covers: Variables, Comments, Output, Strings, Operators, If...Else, Switch, Arrays, While Loop, For Loop, Foreach Loop, Do While Loop, Include and Require, PHP/HT...
DETAILS

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

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

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

Image upload with MYSQL database

In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select ...
DETAILS

PHP discussion board / comments board

This is a three-part tutorial that shows you hwo to make a comment/discussion board like those on this site using PHP and mySQL. there are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and commen...
DETAILS

Program in PHP simple calendar in 8 steps

Learn how to program in php language a simple daily calendar by using 8 steps presented in this tutorial. A very complete tutorial that explains some features using php language. Very complexe tutorial where you can learn php language, css &&...
DETAILS

Page:
©2003-2019 jCay.com