Does it make a difference whether I use require 'abc.php'
or require('abc.php')
? Does one of them have an advantage?
Asked
Active
Viewed 38 times
0

fnm65404
- 65
- 1
- 5
-
Does this answer your question? [When should I use parenthesis in require/include statements?](https://stackoverflow.com/questions/10918598/when-should-i-use-parenthesis-in-require-include-statements) – Mahatmasamatman Feb 24 '20 at 13:34
-
@Ivar exactly :) – fnm65404 Feb 24 '20 at 13:38