Forum Moderators: open

Message Too Old, No Replies

reverse of sqlEncode

         

NiPh

12:01 pm on May 20, 2009 (gmt 0)

10+ Year Member



Hello.
I am iis server administrator & web admin at the same time. My predecessor wrote some strange script using vbscript. It e-mail some webform without any usage of db(!), and it includes web-form data as

... & Left(sqlEncode(Request("ContactName")),255) & ...

so, in e-mail i have something like "NaKjVLsustmlSVf".
I cleared sqlEncode() and now it's all right with mail, but i dont know how to read already generated messages. I am from Russia, so originally form is filled in cp1251 codepage.
Could someone help me, please?

NiPh

12:02 pm on May 20, 2009 (gmt 0)

10+ Year Member



sorry, the Topic must be "Reverse of sqlEncode"

NiPh

1:46 pm on May 20, 2009 (gmt 0)

10+ Year Member



Problem solved, it wasnt problem of sqlencode(). it was problem of iis configuration...

coopster

9:03 pm on May 20, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Glad you got it sorted, NiPh. And welcome to WebmasterWorld.