Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Build a Basic PHP Website (2018) Building a Media Library in PHP Including the Footer and Adding Additional Pages

Damir Paulić
Damir Paulić
6,591 Points

Is this how it is done in real life PHP webpages?

In real life practice do we use PHP to include header and footer or is it done differently (Through java script or HTML somehow)

I always though PHP should be used in background, for example to manipulate data, and not in displaying pages.

2 Answers

jamesjones21
jamesjones21
9,260 Points

PHP can be used as a templating engine, so you can keep the same header and footer, just switch the content around :) wordpress themes are split up into sections such as navbar, content, header and footer.

PHP is a great language to learn, and it is user friendly too.

Hope this helps.

Pascal Breitrück
PLUS
Pascal Breitrück
Courses Plus Student 3,206 Points

Hey, of course it's not best practice. But you have to understand the basics of php before you start your normal working life. What good is it if you can move a racing car with automatic transmission but a normal one won't move. PHP is versatile and easy, learn it and love it . stand out from the crowd. Ps. php is not for displaying pages ....... Yes php give us html but in your code you can use php for great templates look 👀 @ TWIG one of the best templates engines .... you will love it 😍

Greets Pascal