Has anyone else run into this problem...
I am starting to store my web content in a database. Both automated email responses, actual web page content, etc...
But the problem I'm running into is that any PHP code that is embeded in the content isn't parsed when I pull it out.
For example, in an email I have "Hi $member[fname],"
Obviously I want to parse $member[fname] with the members first name.
When I hard code the email verbage right into the actual script to process the email it parses fine... but when I pull the email content from a dbase it just plops the content in and doesn't parse the variables. The same holds true for web content.
Any ideas? Suggestions?