You can see the error at elitesquadrons.net on the start up page, but here is what I get:<br><br>Fatal error: Call to unsupported or undefined function preg_match_all() in / on line 74<br><br>Here is the Code:<br>// Following two lines are for add a hit to the database<br>$sid = $s_sid;<br><br>preg_match_all("/<\s*a [^>]*?href=([^>\s]+).*?>/i", $introtext, $match, PREG_PATTERN_ORDER);<br>$a = "0";<br>$i = "0";<br>while ($a < "10" {<br> $url = urlencode($match[1][$i]);<br> $introtext = ereg_replace("<a href=".$match[1][$i].">", "<a href=redirect.php3?op=redir&sid=$sid&url=$url>", $introtext);<br> $a++;<br> $i++;<br>}<br><br>preg_match_all("/<\s*a [^>]*?href=([^>\s]+).*?>/i", $notes, $match, PREG_PATTERN_ORDER);<br>$a = "0";<br>$i = "0";<br>while ($a < "10" {<br> $url = urlencode($match[1][$i]);<br> $notes = ereg_replace("<a href=".$match[1][$i].">", "<a href=redirect.php3?op=redir&sid=$sid&url=$url>", $notes);<br> $a++;<br> $i++;<br>}<br><br> themeindex($aid, $informant, $datetime, $title, $counter, $topic, $introtext, $notes, $morelink, $topicname, $topicimage, $topictext, $hits);<br>}<br><br>I know we have PhP3 on the server. Our prmairy PHP programmer seems to think its a version problem, and our attempt to comile PHP 4.0.1pl2 into our directory failed since we didn't have any access to the C compiler. So that's not an option.<br> <p>Kirk Fickert<br><a href=mailto:KFICKERT@WANS.NET>KFICKERT@WANS.NET</a><br><a href= > </a><br>My $.03