php include file extension

General Tech Bugs & Fixes 3 years ago

2.68K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

I often see examples in PHP that use .inc files to include but I can't connect to my MySQL server in Ubuntu 14.04 LTS using LAMP. I have also used .php in my file to include but it does not still connect.

What is the meaning of .inc? What is it used for? How different is it from .php? Can anyone help?

Thanks.

0 views
0 shares

profilepic.png
manpreet 3 years ago

There is no actual difference; it's simply a naming convention that some people use. A .inc file is included or required from a PHP file, and the file being pulled in is expected to itself by PHP.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum