Thread
:
PHP conditional test
View Single Post
10-11-2005, 10:16 PM
#
2
(
permalink
)
augustine
Senior Member
Join Date: Sep 2005
Posts: 128
It should be something like
Quote:
If ( $value > 52 )
{
Do Something;
}
else
{
Do something else;
}
augustine
View Public Profile
Send a private message to augustine
Find More Posts by augustine
Sponsored Links