Answer Posted / Shobhit Kumar Gupta
In Drupal, you can use include() or require() functions to include a PHP file multiple times. However, including the same file multiple times might cause unintended consequences if the file contains global variables or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers