Quote Originally Posted by marknew View Post
I've put that in but seem to be back the the start. Myabe I've put the 2nd server in the wrong place.
Well, you *did* put it where I told you, but I do tend to agree, it must be in the wrong place.

Further down in the code (around line 400-500) you should find another line that reads"

$SERVER = $SERVER."ratecalc.asp........"

Try adding the new server definition immediately before this line.

Oh, may not need to do that... I just noticed that as it stands it'll be missing the "/", so please ensure that BOTH your server definitions end with this slash (if it appears to be working without it it is probably using cached data).

ie: $SERVER = "http://drc.edeliver.com.au/" ; and
$SERVER = "http://austpost.vcsweb.com/" ;

Cheers
Rod