knowNothing Posted September 8, 2006 Share Posted September 8, 2006 Hello. My first post... I tried searching for my answer first, and maybe I just don't know how to search very well but I'm looking for the function (if it is in fact a single function) that will allow me to parse PHP code after I've grabbed it from a mysql table. I'm looking to store some PHP code inside a table and be able to query it out of the table and parse it whenever I want. Not sure if I worded that correctly, as I'm pretty new to PHP in general. I've seen it done before and at the time, I know that some extra code was required in order to do this, otherwise the code just would not get parsed... Anyone know what I'm talking about? Link to comment https://forums.phpfreaks.com/topic/20133-parsing-code-taken-from-mysql-table/ Share on other sites More sharing options...
Jenk Posted September 8, 2006 Share Posted September 8, 2006 eval() Link to comment https://forums.phpfreaks.com/topic/20133-parsing-code-taken-from-mysql-table/#findComment-88505 Share on other sites More sharing options...
knowNothing Posted September 8, 2006 Author Share Posted September 8, 2006 [quote author=Jenk link=topic=107363.msg430707#msg430707 date=1157733847]eval()[/quote]Yes, darnit, thats it. I love you. Thanks. Link to comment https://forums.phpfreaks.com/topic/20133-parsing-code-taken-from-mysql-table/#findComment-88507 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.