Thread
:
Another newbie question.
View Single Post
08-26-2003, 02:57 PM
#
7
(
permalink
)
joe_bruin
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
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
View Public Profile
Find More Posts by joe_bruin