The fact that you've reached 18 and you've not yet been shot, proves that you don't go out.

The fact that you've reached 18 and you've not yet been shot, proves that you don't go out.
Who, me?
Ahh okay, was about to sayUsually me and Scott get along.
and again, you should take advice from your fellow forum users, I never said I was 18, read
idiot.
Edited by Favourtism (Forum Super Moderator): Please do not be rude.
Last edited by Favourtism; 12-03-2008 at 04:59 PM.
Hi, names James. I am a web developer.
*Text Removed*
Edited by Favourtism (Forum Super Moderator): Please do not avoid the filter.
Last edited by Favourtism; 12-03-2008 at 05:00 PM.
Your pathetic, you don't even know PHP.
Edited by Favourtism (Forum Super Moderator): Please do not be rude.
Last edited by Favourtism; 12-03-2008 at 05:00 PM.
At least some see where I'm coming from
@ Navicat: You must feel so proud as you know PHP, it's not the ONLY language...
Last edited by Protege; 12-03-2008 at 03:02 PM.
Hi, names James. I am a web developer.
watPHP Code:<?php
class shutupandgetout
{
public $what;
public $do;
function __construct()
{
$this->who = "You";
$this->do = "get out";
$this->what( $this->who, $this->do );
}
function what( $who = "", $do = "" )
{
try
{
$arr = array( $who => "You", $do => "leave" );
$who = ( $who == "" ) ? $arr[$who] : $who;
$do = ( $do == "" ) ? $arr[$do] : $do;
echo( "I think " . $who . " should " . $do );
}
catch( Exception $exception )
{
echo( "What? " . $exception->getMessage() );
}
}
function __destruct()
{
unset( $this->who );
unset( $this->do );
exit( "<br />BOOM" );
}
}
$getout = new shutupandgetout;
?>
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
Want to hide these adverts? Register an account for free!