Hello!
I am currently working on a browser based game, but have come across a stumbling block!!!
I make my php script get data from a database to go into the main body. It reads what the variable "$step" is to pull the page from the 'gamepages' table. When I made it get data from the "news" step.
The data in the database is PHP code, but it just doesn't process.
I am looking for a way to read php code from a database instead of just plain HTML only.
Can this be done?
Thanks