Basically, I am trying to put some php in a variable then echo it, the reason why I have to do this is a long long story... So far, All I get is a blank, anyway here is the code:
$greeting="<? echo 'welcome, user'; ?>";
echo $greeting;
Any answers???