🎴 Flashcard Mode
Basic PHP Quiz - 5
Card1 / 10
Mastered0
Review0
QuestionClick to flip
Include files must have the file extension ".inc"
AnswerClick to flip back
A
False
💡 Explanation:
PHP include files can have any extension - .inc, .php, .txt, or no extension at all. The .inc extension is a convention but not a requirement. What matters is that the file contains valid PHP code. Using .php is often more secure since web servers won't display the source code.