[snip]
[snip]
I tried what you said but i get an eval error:
  Parse error: parse error, unexpected '=' in /index.php(135) : eval()'d
code on line 1
[/snip]

You will probably have to escape the equals sign
[/snip]

Have you RTFM on eval? http://www.php.net/eval

You have to use valid PHP code. Your stored code is currently not valid
if I read this correctly.

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

Reply via email to