psyickphuk Posted December 12, 2008 Share Posted December 12, 2008 I want to get rid of some hard coded pages and put the content html into a database. However embedded throughout each page are variables which I use to place targeted content on each page. If I query the db and echo the result between double quotes will the variables be interpolated? If not how would I do so? Quote Link to comment https://forums.phpfreaks.com/topic/136640-interpolate-database-content-before-echoing/ Share on other sites More sharing options...
Mchl Posted December 12, 2008 Share Posted December 12, 2008 If I understand you correctly: No, they will not be interpolated. But please give an example. Quote Link to comment https://forums.phpfreaks.com/topic/136640-interpolate-database-content-before-echoing/#findComment-713497 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.