WannaB_Geek
05-08-2005, 07:04 PM
For my site, I'm using a PHP script to generate all the pages, where there's a basic template and it includes the content.
Which would be the best way to get the content:
1. retrieve it from a mySQL database,
2. store it in a plain (non-executable) text file and use a php require,
3. store it in a PHP script and use php require, or
4. some other option that I didn't think of?
Thanks.
Which would be the best way to get the content:
1. retrieve it from a mySQL database,
2. store it in a plain (non-executable) text file and use a php require,
3. store it in a PHP script and use php require, or
4. some other option that I didn't think of?
Thanks.
