User-submitted PHP Projects

163
2479 reads
Sherin's picture

Submitted by

Sherin
Tags:

Comparing Objects
This program demonstrates how to compare two objects in PHP.
Run It Now!
141
2277 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!
173
3333 reads
Sherin's picture

Submitted by

Sherin
Tags:

Destructor in PHP
This program demonstrates Destructor in PHP
Run It Now!
67
2502 reads
Sherin's picture

Submitted by

Sherin
Tags:

Making Destructor
This program implements how to free memory from objects using Making destructor in PHP.
Run It Now!
64
1648 reads
AmitVerma's picture

Submitted by

AmitVerma
Tags:

Array holes
This program demonstrates how to move pointer internally in Array with end() and prev() functions in PHP and then print these values.
Run It Now!
69
1601 reads
AmitVerma's picture

Submitted by

AmitVerma
Tags:

Moves pointer Array internally
This program demonstrates how to moves pointer Array internally at each index in PHP.
Run It Now!
65
1597 reads
AmitVerma's picture

Submitted by

AmitVerma
Tags:

Print Array values in readable format
This program displays Array information about variables in a simple, readable format using var_dump() function.
Run It Now!
102
1834 reads
AnthonyDaniel's picture

Submitted by

AnthonyDaniel
Tags:

Print Array randomly
This program demonstrates how to print Array randomly using suffle() function in PHP.
Run It Now!
95
1854 reads
AnthonyDaniel's picture

Submitted by

AnthonyDaniel
Tags:

Mixed Mode Processing
This program demonstrates Mixed Mode Processing in PHP.
Run It Now!
95
2065 reads
Stephens's picture

Submitted by

Stephens
Tags:

Advance regular expression
This program demonstrates handling regular expression with preg_match() function using php.
Run It Now!