After drowning myself in PHP…….
I recently received an email from a client about a live video stream. His message seemed cryptic for his use of abbreviations and acronyms. After finally determining what he was speaking of, I sent him the following reply
<? php
if (StreamNotWorkingInMorning) {
$CallU;
}
elseif (WeWorkToFix) {
$TillWorking;
}
else (StreamLaterNotFixed) {
$GoThere;
}
?>
I hope you like it as much as he did.
