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

PHP and other Programming languages

Can you also include files this way with other programming languages? Like with Python or JavaScript? Thanks.

2 Answers

Antonio De Rose
Antonio De Rose
20,884 Points

yes you can, in python you use, import instead of include, javascript is a script, that could be included only in HTML file, javascript cannot include in another javascipt file

below links should help you https://stackoverflow.com/questions/4634644/how-to-include-js-file-in-another-js-file/4634669 https://stackoverflow.com/questions/2349991/how-to-import-other-python-files

Awesome, thank you :)