View Single Post
Old 11-18-2007, 09:06 PM   #6 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

php Code:
$variable = 'Success';
if($phpbox == true) {
echo $variable;
}
else {
echo 'Failed!';
}
Tanax is offline  
Reply With Quote