-2
I would like to know how to save and execute PHP code saved in my Mysql database. I have already created a basic structure for registering instructions. My question is about how to manipulate the use of these codes. For example, I have created a 'Statement' table containing the fields (ID, title, instructions). What is the most appropriate way to call these instructions?
PHP is not compiled. It is a scripting language.
– rbz