
Sulejman Ljimaj
6,558 PointsPHP 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
20,869 Pointsyes 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

Sulejman Ljimaj
6,558 PointsAwesome, thank you :)