User-submitted PHP Projects

102
3390 reads
retundror's picture

Submitted by

retundror
Tags:

Derive Class Object
This program implements how to access base class method using derive class object in PHP.
Run It Now!
186
3873 reads
tinkerton74's picture

Submitted by

tinkerton74
Tags:

While loop
This program demonstrates how to use while loop in PHP.
Run It Now!
350
6888 reads
retundror's picture

Submitted by

retundror
Tags:

Escape Sequence in PHP
This program demonstrates Escape Sequence in PHP.
Run It Now!
100
1657 reads
onyxbladeo's picture

Submitted by

onyxbladeo
Tags:

Derefrence Object
This program demonstrates how to access class function using object in PHP.
Run It Now!
100
2008 reads
onyxbladeo's picture

Submitted by

onyxbladeo
Tags:

Conditional Statement
This program demonstrates how to use if...else conditional statement in PHP.
Run It Now!
103
1824 reads
onyxbladeo's picture

Submitted by

onyxbladeo
Tags:

Class Constructor
This program demonstrates how to make class constructor and comparing two objects in PHP.
Run It Now!
98
1751 reads
leonx's picture

Submitted by

leonx
Tags:

Assignment operator
This program demonstrates how to assign values in variable using assignment operator in PHP.
Run It Now!
102
1443 reads
leonx's picture

Submitted by

leonx
Tags:

Shifting in Array
This program demonstrates how to shift array variable using array_shift() function in PHP.
Run It Now!
89
1817 reads
leonx's picture

Submitted by

leonx
Tags:

Array push and pop
This program implements push and pop operation in Array in PHP.
Run It Now!
91
2109 reads
leonx's picture

Submitted by

leonx
Tags:

Moving Array Cursor
This program demonstrates how to move array cursor in PHP
Run It Now!