Posted by Janwillem Borleffs on 07/01/06 12:55
Bonge Boo! wrote: > $query .= "&PAGE=1"; > $query .= "&DEL="; > $query .= "&PropertyID=00595876"; > The problem might be that you are urlencoding the entire query string, including the seperators; try encoding the parameter values only: $query .= '&FOO=' . urlencode($value); JW
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming