I need to pass variables from a hidden form on a php page to an asp page, but get the error
"
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'clng'
/logs/in.asp, line 75 "
from the ASP server.
According to the ASP guys, it would appear that the value of, for example, a TotalAmount variable could be sending through a non-numeric value to the ASP page, which will cause this type of error. Huh? Anyone struggled with this before? Much appreciated and forever grateful.