Page 4 of 4

Posted: Tue Jun 24, 2003 2:38 pm
by nigma
Hey, I am really sorry. I was out of line in postiing what I posted. You have a right to express your opinion, and altough I have the same right, I shouldn't have been that mean spirited. I am very sorry.

Posted: Tue Jun 24, 2003 2:41 pm
by JPlush76

Code: Select all

<?php
if(isset($regret))
{
    echo 'Sorry';
} else {
    echo 'The original poster is an ass';
}

?>

Posted: Tue Jun 24, 2003 2:47 pm
by nigma

Code: Select all

switch ($feeling)
&#123;
case 'Sorry' :
print 'Sorry';
break;
case 'Not Sorry' :
print 'F**k YOU!';
break;
default :
print 'No feeling';
break;
&#125;