[snip]
$link=eval(mysql_result($result,$i,"link"));
[/snip]

Try just eval on the field you pull from the database...

echo eval($databaseItem) then work your processing.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to