Search code examples
phpgmailcontact-form

Is it possible to link PHP code to "contact form" in github pages?


There is a contact form in a webpage that is linked to gmail account via a PHP code. Is it possible to use github pages as a host for this webpage and receive feed backs?


Solution

  • No, this is not possible as Github pages do not does not run any interpreter (be it PHP, Python or whatever). You can however use a third party API/service.

    Also see these questions: