View Single Post
Old 09-14-2009   #5 (permalink)
iJames
PHP coder
 
iJames's Avatar
 
Rank: Member +
Join Date: May 2008
Location: In your mums mi
Posts: 547
Thanked 8 Times in 3 Posts

Re: [PHP] Adding drop shadow on a font

Infact, It's a stroke. I'm looking for.
__________________
PHP Code:
<?
// Meh, Might as well define the var lul
$jamessbrain $_POST['true'];
// If my brain is empty,
if (empty($jamessbrain)) {
    
// Echo Below
    
echo (' What some kind of error here, surely,');
    
// Else Statment
} else {
    
// Echo Below
    
echo (' Everything here is running fine');
    
//end Else
}
// end php lul
?>
iJames is offline