hi...
I have a problem about php code execution.
here's the problem:
i have a page coding with php. example.phtml
there's a connection to database and some php codes in fields.
when i execute example.phtml, php code that i fetch from table perceives like html code.
is there a code that execute php code in the middle of the page???
can you help me?
(problem solving with using txt files instead of db)