Posted by deko on 02/08/07 08:18
> $refhost = preg_replace("\&\", "\&\", $refhost); I think all I needed to do was use the right escape character: $refhost = preg_replace("/&/", "/&/", $refhost); still testing...
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming