FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » Test Forum » Test Topic (This is only a Test)
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
icon6.gif  Test Topic [message #160926] Sat, 07 November 2009 07:27
Anonymous   United States

Test Poll[ 2 votes ]
1. Yes 1 / 50%
2. No 0 / 0%
3. Yay 0 / 0%
4. Nay 0 / 0%
5. Not Sure 1 / 50%
6. I Don't Know 0 / 0%

Testing.
1.
2..
3...
Embarassed Razz Laughing Cool Confused Surprised Sad Smile Very Happy Crying or Very Sad Rolling Eyes
Bold Text
Italic Text
Under Text
Left Text

Center Text

Right Text


  • Windows
  • Mac OS X
  • Linux
  • FreeBSD
  • OpenBSD
  • NetBSD
  • DragonFly BSD
  • KolibriOS
  • MenuetOS
  • FreeDOS
  • ReactOS
  • OpenSolaris
  • DexOS
  • MikeOS

Quote:
Testing.
1.
2..
3...

<?php
function rot13($str) { $ml = strlen($str); $i = 0;
while ($i < $ml) { $ordvalue = ord($str[$i]);
if(($ordvalue>=65&&$ordvalue<=90)||($ordvalue>=97&&$ordvalue<=122)) { 
if(($ordvalue>=65&&$ordvalue<=77)||($ordvalue>=97&&$ordvalue<=109)) {
$nordvalue = $ordvalue + 13; }
if(($ordvalue>=78&&$ordvalue<=90)||($ordvalue>=110&&$ordvalue<=122)) {
$nordvalue = $ordvalue - 13; }
$str[$i] = chr($nordvalue); } ++$i; } return $str; }
?>

Small
Medium
Big
SkyBlue
SeaGreen
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: test
Next Topic: how does one edit the first message of a topic?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu May 02 22:16:06 GMT 2024

Total time taken to generate the page: 0.02055 seconds