How to output functions that are stored in mysql database? When I try it the output looks like this:
<-- function();-->
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What have you stored in your table:
function names? or complete functions?
if function names you can do:
if you have complete functions you probably could
eval()it.Please be very very careful with
eval().Why do you store functions in your mysql table? It just looks weird to me.
And perhaps there is a better solution.