Help using templates / includes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Help using templates / includes

Post by RobertGonzalez »

I am a beginner and was wondering if anyone might know a good place to get tutorials on using templates and includes with PHP and MySQL. Specifically what I would like to do is similar to what PHPBB does. But I don't know how to use the "<HTML CODE>{SOMETHING}</HTML CODE>" syntax to feed MySQL results into the HTML template. Any help would be appreciated.
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Read these first. Those threads likely contains most answers to your questin(s) regarding templates.

viewtopic.php?t=11789
viewtopic.php?t=10077
Post Reply