View Single Post
Old 08-26-2003, 02:57 PM   #7 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
Quote:
Originally posted by sde
PHP Code:
// if "o" is entered, greet O as MR.
elseif($_POST['name'] == "0")
{
  echo 
"Hi Mr. O";

o, 0, and O, huh? way to introduce subtle mistakes!
joe_bruin is offline   Reply With Quote