getPost($pid); if($post || $pid == -1) { switch($task) { case "new": $title = "Title"; $message = "Message"; break; case "reply": $title = "Re: " . $post->title; $message = ""; break; case "edit": $title = $post->title; $message = $post->message; break; case "quote": $title = "Re: " . $post->title; $user = $users->getUser($post->user); $message = "[quote title=" . $user->name . " wrote on " .date("r", $post->date) ."]" . $post->message . "[/quote]"; break; default: error("No mode supplied!"); break; } ?>
;-) ;-) ;-) ;-) B I U [L  ] [ C ] [  R] URL E-Mail Image "Q" c++ */ ?>

Title:

\"\""; } ?>

To make a link, simply type the URL, and the system will automagically transform it into an anchor (remember the http:// part).
Example: http://www.executionroom.com

To insert an image, simply type the URL to that image, it will automagically be transformed into an image, with a link to the original image (again, remember the http:// part).
Example: http://www.executionroom.com/gfx/logos/die_logo_bloody.png

show(); } else { error("Message " . $pid . " not found!"); } } else { error("No message supplied!"); } ?>