What do i think of this site??

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post 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.
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

Code: Select all

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

?>
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post 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;
Post Reply