User-submitted Projects

47
1734 reads
Tori's picture

Submitted by

Tori
Input Validation
The below example demonstrates validation in struts framework. In this example Customer Example also uses the visitor validator but not uses context parameter so unable to validate zip code. But employee example use context parameter and successfully validates zip code.
Input Validation

Run It Now!
102
3387 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
3869 reads
tinkerton74's picture

Submitted by

tinkerton74
Tags:

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

Submitted by

retundror
Tags:

Escape Sequence in PHP
This program demonstrates Escape Sequence in PHP.
Run It Now!
100
1654 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
2003 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
1821 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
1746 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
1435 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
1811 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!