include - php - How to ignore the required or included files -


normally people use mvc frameworks in php use headers , footers automatically included. normal coders, include them, don't have copy them again , again. in application, since obligatory(by framework) them included, there there. want create gallery pictures , gallery doesn't need headers , footers (kind of fullscreen). how can ignore in codes included files not appear? thank you.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -