View Single Post
  #3 (permalink)  
Old 06-16-03, 01:44 PM
SilkySmooth's Avatar
SilkySmooth SilkySmooth is offline
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
Reply With Quote