> and the line 236 is: $url=ereg_replace("&","&",$url); BADPAT probably means "Bad Pattern". Try: $url=ereg_replace("\&\;","&",$url); Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] REG_BADPAT ERROR! Martin Bittner-Lamy
- Re: [PHP] REG_BADPAT ERROR! CC Zona
- Re: [PHP] REG_BADPAT ERROR! Jason Murray
- Re: [PHP] REG_BADPAT ERROR! Gyozo Papp