07-12-2009, 01:02 PM
|
#11 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
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)
|
|
|
|