Author: Akido (63.253.54.29) Profile
Date: 2001-11-08 23:38:05
Ok, here is the code I am using to eval:
eval ("\$line[2] = '$line[2]';");
$line[2] is a database entry which reads:
<?php
echo "test tag";
?>
However, the HTML produced reads:
<?php
echo "test tag";
?>
Basically, it didn't eval(); anything. Anyone know why?
Thanks