![]() |
| Request.ServerVariable: Not working |
|
deanc24
|
Is there a reason this would not be working?
If Request.ServerVariable("REQUEST_METHOD") = "POST" Then .... ....... ........ |
||||||||||||
|
|
|||||||||||||
|
Juan
HostMySite Tier2 Tech
|
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 |
||||||||||||
|
|
|||||||||||||
| Request.ServerVariable: Not working |
|
||
|


