This:
$WAFV_Errors .= WAValidateNM(((isset($_POST["BokningPresentkortnrID"]))?$_POST["BokningPresentkortnrID"]:"") . "",1,"",0," ,",true,1);
should be:
$WAFV_Errors .= WAValidateNM(($Recordset1->TotalRows) . "",1,"",0," ,",true,1);
This:
$WAFV_Errors .= WAValidateNM(((isset($_POST["BokningPresentkortnrID"]))?$_POST["BokningPresentkortnrID"]:"") . "",1,"",0," ,",true,1);
should be:
$WAFV_Errors .= WAValidateNM(($Recordset1->TotalRows) . "",1,"",0," ,",true,1);
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.