CodingForums.com
>
:: Server side development
>
ASP
> syntax error please help
PDA
View Full Version :
syntax error please help
jarv
06-27-2010, 09:09 AM
IF request("CountyID") <> THEN
CountyID = 1
END IF
what is wrong with this?
CyberPirate
06-27-2010, 10:47 AM
Well, you need to specify a value that CountyID is NOT supposed to be before telling ASP to continue with the if statement.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.