dare87 Posted November 14, 2008 Share Posted November 14, 2008 I am trying to store all my code in a SQL database, but the problem I'm having is that when I try and echo the script, it doesn't run it, it just prints out all the code. Is there a different cmd that would work, or how would I do it? Thanks Link to comment https://forums.phpfreaks.com/topic/132751-php-code-from-sql-and-run-it/ Share on other sites More sharing options...
Mchl Posted November 14, 2008 Share Posted November 14, 2008 There's eval function. Storing all your code in DB might not be the best idea. Link to comment https://forums.phpfreaks.com/topic/132751-php-code-from-sql-and-run-it/#findComment-690365 Share on other sites More sharing options...
dare87 Posted November 14, 2008 Author Share Posted November 14, 2008 I agree, but it is not my call... Link to comment https://forums.phpfreaks.com/topic/132751-php-code-from-sql-and-run-it/#findComment-690370 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.