Topic: Preg_match errors - now what?
Initially had the function eregi errors and going over the stickied thread - I was able to replace them with preg_match commands. Now I am getting the following errors:
Warning: preg_match() [function.preg-match]: No ending delimiter '^' found in
Warning: preg_match() [function.preg-match]: No ending matching delimiter '>' found in
How do I go about this? They are errors in pages: inc/functions.inc.php and inc/shows.inc.php
Thanks