Quote:
Originally posted by mrreuben
Basically yes.
Php automaticly passes the variables from a querystring or a HTTP POST into your script as is you should not need to call header_check(). Unless you redefine it.
Just make sure the url in your html pages you change out the ampersands in the 2nd url. This will ensure that $url is passed as 1 long string.
|
header_check is a funtion of the tradescript (I believe CJ Ultra), not a predefined php one. The problem he has actually is a very basic one, and I even wrote a patch (unofficial) for CJUltra for something of the kind a year or so ago.