User-submitted PHP Projects

102
1847 reads
Stephens's picture

Submitted by

Stephens
Tags:

Print Array
This program demonstrates how to declare and print array in PHP.
Run It Now!
99
1815 reads
Stephens's picture

Submitted by

Stephens
Tags:

Capture Array and Print
This program capturing output using print_r function and then print the array.
Run It Now!
65
1981 reads
Roberto's picture

Submitted by

Roberto
Tags:

Interface in php
This program demonstrates Interface in php.
Run It Now!
79
1674 reads
Praveen's picture

Submitted by

Praveen
Tags:

Iterating using foreach loop
This program implements how to iterate object with the help of foreach loop in PHP.
Run It Now!
70
1575 reads
SagarKhote's picture

Submitted by

SagarKhote
Tags:

Extract Array
This program demonstrates Extracting Array using extract() function in PHP.
Run It Now!
65
1727 reads
SagarKhote's picture

Submitted by

SagarKhote
Tags:

Find Element in Array
This program demonstrates how to find Element in Array in PHP.
Run It Now!
82
3938 reads
RichaThomas's picture

Submitted by

RichaThomas
Tags:

Adding Character
This program adds variable name to show that value in print function.
Run It Now!
72
1798 reads
KingLord007's picture

Submitted by

KingLord007
Tags:

Print Array Keys
This program demonstrates how to print array keys using array_key() function in PHP.
Run It Now!
67
1666 reads
Stickystickman's picture

Submitted by

Stickystickman
Tags:

Print Array using index value
This program demonstrates how to print Array using index value in PHP.
Run It Now!
80
1450 reads
Stickystickman's picture

Submitted by

Stickystickman
Tags:

Print Array Key
This program print Array key for only one index value in php.
Run It Now!