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

Should connect file and session file be referenced in index.php?

I am developing a website using php. I have coded the connect.php & the session.php files. Do I need to provide an include or require in the index.php file for these two files?

1 Answer

Andrew McCormick
Andrew McCormick
17,730 Points

Assuming that there are no other factors, then yes. The server doesn't know to load any files other than the index.php files unless you specify inside the index.php to load other files.