SharePoint Online and PHP Pages

Jim - KPFF 61 Reputation points
2022-08-09T15:34:31.067+00:00

We currently have an html Intranet on which we have links to PHP search and response pages connected to a MS Access database (created with PHPRunner).

I have been tasked with recreating our Intranet in SharePoint Online. I am new to SharePoint and have watched a couple of online classes. Aside from the lack of formatting options, so far the only issue I'm having is with the PHP pages. When I upload the PHP pages and link to them what is displayed is the PHP code not the search form. Is it even possible to use PHP within the SharePoint Online environment? If so, what am I doing wrong?

Microsoft 365 and Office SharePoint For business Windows
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 57,826 Reputation points Volunteer Moderator
    2022-08-09T16:18:56.713+00:00

    You cannot execute PHP pages on a SharePoint Online site (as there must be a PHP server to run the code).

    The search feature in SharePoint Online is quite extensive (see below for more information):

    https://learn.microsoft.com/en-us/sharepoint/overview-of-search

    If you are looking to create forms in Microsoft (instead of using PHP) you can look at using Microsoft Forms:

    https://support.microsoft.com/en-us/forms

    -------------------------------

    If this is helpful please accept answer.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.