Do GitHub pages support PHP?

后端 未结 4 2108
说谎
说谎 2020-12-01 18:33

Thank you for taking the time to review my request for help.

I\'ve been using gh-pages to work on a build for a static site and thee server has worked amazing for m

4条回答
  •  心在旅途
    2020-12-01 18:44

    I had the job to re-work on a PHP page to be capable with GitHub so it's all AJAX now. Use Ajax instead or similar stuff.
    However, you can provide PHP code as a new committed file/gist/repo if you want to provide only the code instead of running it like what this guy did... And if you want to show a demo of your working PHP code, then

    • use an online environment 3v4l.org
    • or add demos to your repos using package managers like Packagist, Composer

    Just general info.

提交回复
热议问题