whenever i search for something in the free PHP search engine script "sphider "
it says :
Warning: preg_replace() [ function.preg-replace]: No ending delimiter '&' found in F:\L Programs\Programming Stuff\wamp\www\sphider-1.3.4\include\searchfuncs.php on line 54
^^^ it says that about 65 more times and then::
Warning: preg_replace() [ function.preg-replace]: No ending delimiter '&' found in F:\L Programs\Programming Stuff\wamp\www\sphider-1.3.4\include\searchfuncs.php on line 58
Fatal error: Call to undefined function preg() in F:\L Programs\Programming Stuff\wamp\www\sphider-1.3.4\include\searchfuncs.php on line 62
here are lines 54:58:62
54:
$a = preg_replace("$char[0]", "$char[1]", "$a");
58:
$a = preg_replace(""", "\"", $a);
62:
while (preg("([-]?)\"([^\"]+)\"", $a, $regs)) {
can someone help me on this~??
|