View Single Post
Old 07-12-2009, 02:02 PM   #11 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

I know this probably won't help you much, but the script seems to run fine on my PHP5 installation.

Try replacing the eregi with preg_match, of course you would have to change your expression somewhat:
PHP Code:
$conditions '/<cite>(.*)<\/cite>/i'
Can't really find anything else that would cause a problem.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote