Wednesday 26 February 2014

Create Registration Page Using PHP/MySQL With Validated Field

This is only simple registraion form and this will help you "How to create a Registraion form using PHP/MySQl.
In this there is a java-script used for validation for input field, 
Find the  code

Wednesday 5 February 2014

Php Array

Array :- A data structure that stores one or more similar type of values in a single value.

Use array() function to create array

Example:-

Here you can find the code please click below
DEMO

Printing first 50 Fibonacci numbers Using PHP Program

Fibonacci series is a series of numbers in which each number is the sum of the two preceding numbers. For example. 0 , 1 , 1 , 2 , 3 , 5...