Cloud9247 Posted February 27, 2006 Share Posted February 27, 2006 Okay, well I realized I need my site to be coded in templates, but not just HTMl templates, HTML templates that are in a MySQL database(for efficiency). I have looked up nearly every tutorial out there, and have found nothing that anwsers my question. I am absolutely begging for someone's help, I would be more appreciative than you could imagine! Thank You. Quote Link to comment https://forums.phpfreaks.com/topic/3708-help-please-db-templates/ Share on other sites More sharing options...
wickning1 Posted February 27, 2006 Share Posted February 27, 2006 What kind of template system are you talking about? A simple header and footer? Something more complex?This topic is wide open, there are many many options on the table. Quote Link to comment https://forums.phpfreaks.com/topic/3708-help-please-db-templates/#findComment-12874 Share on other sites More sharing options...
Ge64 Posted February 27, 2006 Share Posted February 27, 2006 [!--quoteo(post=350011:date=Feb 27 2006, 11:18 PM:name=Cloud9247)--][div class=\'quotetop\']QUOTE(Cloud9247 @ Feb 27 2006, 11:18 PM) [snapback]350011[/snapback][/div][div class=\'quotemain\'][!--quotec--]Okay, well I realized I need my site to be coded in templates, but not just HTMl templates, HTML templates that are in a MySQL database(for efficiency). I have looked up nearly every tutorial out there, and have found nothing that anwsers my question. I am absolutely begging for someone's help, I would be more appreciative than you could imagine! Thank You.[/quote]Usually when I make a website I take a standard HTML template and replace all the important things by identifiers like #body#, which you can replace with code in PHP. You can for instance get news posts from a mysql database and put them on the front page like that. Quote Link to comment https://forums.phpfreaks.com/topic/3708-help-please-db-templates/#findComment-12877 Share on other sites More sharing options...
Cloud9247 Posted February 28, 2006 Author Share Posted February 28, 2006 I want a template system, wheree I can store my HTML in a MySQL databse, and access it with PHP. Quote Link to comment https://forums.phpfreaks.com/topic/3708-help-please-db-templates/#findComment-12912 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.