User-submitted PHP Projects

100
2007 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!
163
2478 reads
Sherin's picture

Submitted by

Sherin
Tags:

Comparing Objects
This program demonstrates how to compare two objects in PHP.
Run It Now!
89
2097 reads
Sherin's picture

Submitted by

Sherin
Tags:

Comment in PHP
This program demonstrates single line comment and multiline comment in PHP.
Run It Now!
141
2275 reads
Sherin's picture

Submitted by

Sherin
Tags:

Create Class in PHP
This program demonstrates how to create class and class function in PHP
Run It Now!
98
1750 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!
52
1440 reads
duffchick5842's picture

Submitted by

duffchick5842
Tags:

Sorting Array
This program sort the array and then print in readable formate in PHP
Run It Now!