Reply to topic
Request.ServerVariable: Not working
deanc24


Joined: 08 Apr 2004
Posts: 1
Reply with quote
Is there a reason this would not be working?

If Request.ServerVariable("REQUEST_METHOD") = "POST" Then
....
.......
........
Juan
HostMySite Tier2 Tech

Joined: 02 Mar 2004
Posts: 21
Reply with quote
Are you getting an error on that line or is the information not being posted correctly? You can try setting a variable to have the value of Request.ServerVariable("REQUEST_METHOD"), and for debugging purposes, print out the value to see if it is posting or not.

You can also try this piece of code instead:

If Request.ServerVariables("REQUEST_METHOD") == "POST" Then

Good Luck Smile
Request.ServerVariable: Not working
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic