Thread
:
Feedback form with double check
View Single Post
#
3
(
permalink
)
06-16-03, 01:44 PM
SilkySmooth
Newbie Coder
Join Date: Jun 2003
Location: In the PHP Engine :-)
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Just to emulate on Steven's post, if you have access to the superglobals you should use them instead.
PHP Code:
<?php
if (
$_POST
[
'tel1'
] !=
$_POST
[
'tel2'
]) {
echo
"error"
;
}
?>
__________________
---------------------
-- SilkySmooth --
---------------------
Directory Share
|
Free phpLD Mods
SilkySmooth
View Public Profile
Visit SilkySmooth's homepage!
Find all posts by SilkySmooth