Jump to content

CMS PHP


jaymc

Recommended Posts

Im creating a CMS system to run multiple websites.

 

The content and templates are all stored in a mysql database and the only use of files is for the php code/classes that generates the pages.

 

The problem I have is some of the pages generated from the CMS must allow for dynamic output hence I will need the use of PHP.

 

I know eval() can execute data e.g straight from a mysql database but that would pretty much allow a user to have some serious access to the system.

 

Can anyone think of a better solution? It would be good if I could use eval() alongside some good security limitations that stopped them from using certain functions related to reading files / delete functions.

Link to comment
https://forums.phpfreaks.com/topic/205677-cms-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.