Posted: Tue Jun 24, 2003 2:38 pm
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.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
if(isset($regret))
{
echo 'Sorry';
} else {
echo 'The original poster is an ass';
}
?>Code: Select all
switch ($feeling)
{
case 'Sorry' :
print 'Sorry';
break;
case 'Not Sorry' :
print 'F**k YOU!';
break;
default :
print 'No feeling';
break;
}