That isnt quite doing it. here is some of the code i am trying to get working…:
print (“Hi”);
echo $user_identity;
print(“<p style=\”font-weight:bold;color:gray;\”>Hope you guys had a good week. Have a better weekend!”);
this, when executed, just leaves a blank where the user’s id would be.
Help! Thanks.