02-14-2008, 04:27 PM
|
#5 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
you cant have comparisons in the functions args, i believe salathe meant inside your function definition like so:
PHP Code:
function isValidForm($strTempName, $strTempTelephone, $strTempMobile, $strTempEmail, $strTempConfirmEmail, $strTempCity, $strTempEmail, $strTempConfirmEmail) { if($strTempEmail == $strTempConfirmEmail) { //etc } }
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
Last edited by sketchMedia : 02-14-2008 at 04:35 PM.
Reason: fingers are not connected to my brain atm :(
|
|
|
|