Website Structure

后端 未结 9 794
无人及你
无人及你 2021-02-04 19:43

I\'m pretty new to php and i\'m trying to decide the best way to organize the pages and, using PHP, deliver them. The two (basic) ideas I\'ve had are:

  • A bunch o

9条回答
  •  花落未央
    2021-02-04 20:24

    It makes your life much easier to have menu and headers in header.php and footer, sopyright etc. in footer.php. Then just include those files into each page you create.

提交回复
热议问题