biggieuk Posted March 19, 2008 Share Posted March 19, 2008 Hi, I am creating an application that connects to various API's such as Youtube, Flickr etc.. In the event that these API's are no longer available in the future is it possible to put code into a database and use it within the application? thanks, Dan Quote Link to comment https://forums.phpfreaks.com/topic/96870-code-within-database/ Share on other sites More sharing options...
defeated Posted March 19, 2008 Share Posted March 19, 2008 I am creating an application that connects to various API's such as Youtube, Flickr etc.. In the event that these API's are no longer available in the future is it possible to put code into a database and use it within the application? You can certainly store html so I don't see why not. Give it a go! Quote Link to comment https://forums.phpfreaks.com/topic/96870-code-within-database/#findComment-495804 Share on other sites More sharing options...
fenway Posted March 19, 2008 Share Posted March 19, 2008 Hi, I am creating an application that connects to various API's such as Youtube, Flickr etc.. In the event that these API's are no longer available in the future is it possible to put code into a database and use it within the application? thanks, Dan You can eval() whatever you want. Quote Link to comment https://forums.phpfreaks.com/topic/96870-code-within-database/#findComment-495885 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.