I have a module for joomla (tp_whois) I vote the following message when I consult the availability of a domain:
Warning: preg_match() [function.preg-match]: No ending delimiter '^' found in /home/carfaja/public_html/components/com_tpwhois/classes/domains.php on line 89
I look at the code in line 89:
// check format
if (!preg_match("^[a-zA-Z0-9]+[a-zA-Z0-9-]*[a-zA-Z0-9]+$", $domain))
$this->CORE->ERROR->stop("domain_badformat");
And can not find the error.
Please help me. Thanks