Quote:
Originally Posted by bores
I was confused and thinking that ASP/ASP.NET is a single language. That true that it need serious knowledge and not translating like that, the situation is that I am working with php "You can see that the url is pointing to a php script" that I have experience with but this is a single process that must be run from server running ASP that is all the story
It would be awesome if someone post to me the code translation for both VB and C#.
Is it :
url = "http://externalwebsite.com/script.php?temp1=" & Server.URLEncode(var1) _ SPACE & SPACE "temp2=" & Server.URLEncode(var2)
OR
url = "http://externalwebsite.com/script.php?temp1=" & Server.URLEncode(var1) NOSPACE_& NOSPACE"temp2=" & Server.URLEncode(var2)
Thank You
|
I still don't know what you are trying to do... are you trying to do asp or aspx? you seem to contradict your definitions... C# does not exist in classic asp- it is (for all tense and purpose) vbscript which is extremely similar to vb but not exactly the same