Posted by Bradley Holt on 11/14/15 11:26
Yes, using a database is probably the best option. However, if you end
up getting a lot of traffic you're going to run into performance
problems. I would suggest using caching of some sort. I personally
prefer Smarty (http://smarty.php.net). Smarty provides much more than
just caching - it's a great way to separate presentation from business
logic. I like to use Smarty to present the pages and Apache's
mod_rewrite to make the pages appear static. For an example you can see
this site:
http://www.gtalkprofile.com
If you have any questions as to how it's done, let me know.
--
Bradley Holt <bradley.holt@gmail.com>
http://www.gtalkprofile.com/profile/2.html
Navigation:
[Reply to this message]
|