0
What is better: include/include_once or require/require_once?
2 Antworten
+ 2
I prefer to use require_once. But it really depends on you, what you want to do. But the main things that are a must like database connection, then you should always use require_once.
- 2
this is depends on your coding logic. but you should be clear enough between the difference between them.