pelegk1
08-04-2003, 06:34 PM
i have a url : page1.asp?x=3&y=9
is there a diffrence if i will do :
xxx=request("x")
or
xxx=9
or
xxx="9"
i noticed that it's not execlly the same the value that is putten
in the xxx var, when doingit in request() mode it dosnt match at all 1 of the 2 case "9" or 9!
why is that?
10X:)
peleg
is there a diffrence if i will do :
xxx=request("x")
or
xxx=9
or
xxx="9"
i noticed that it's not execlly the same the value that is putten
in the xxx var, when doingit in request() mode it dosnt match at all 1 of the 2 case "9" or 9!
why is that?
10X:)
peleg