basically, I've got a field "content" in an sql dbase record that contains some php code as well as html code and plain text.
I have some code that connects to the dbase, selects it, then goes in and retrieves that particular field and stores it in a variable. Then i proceed to echo the variable. Unfortunately, it doesn't evaluate the php code stored in the variable (which i want it to do).
should i be using some other command rather than echo? or is there some trick i'm missing? plz help. thanks so much.