| 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
?>  |