$output = "<html>echo $uname";
That doesn't work.. HOw do i fix it?
So i can echo something inside of $output.
Thank you Anthony
".$var."
or:
echo eval ("\"$output\";");