Migrate PHP 5 APP (PHP5 + MY SQL Database) to Office 365 SharePoint Online Site

RKG 1 Reputation point
2020-08-05T16:13:06.257+00:00

Hi Team,
Good day

My Current Application was built by using PHP5 and MY SQL database.

Can you please suggest me the options and best practices on how to Migrate the My Application including both front end and database (Front End - PHP 5+ Backend Database - My SQL) to Office 365 SharePoint Online?

Regards,
-RK

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,827 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Trevor Seward 11,706 Reputation points
    2020-08-05T17:12:23.167+00:00

    If you're currently using a database, migrating the contents into SharePoint Online is likely not the best solution. SharePoint Lists are not a relational database.

    I would instead suggest looking at Azure SQL PaaS + Azure App Service (Web App). If you went down this route, you would simplify your change as you can continue to use PHP should you wish, but change your provider to SQL from MyPHP.

    0 comments No comments

  2. Jerryzy 10,571 Reputation points
    2020-08-06T02:53:14.947+00:00

    Hi @RKG ,

    Agree with Trevor's suggestion.

    To migrate the PHP Web app into Cloud side, you'd better create a PHP Web App in Azure rather than migrate to SharePoint Online, you can refer the official demo for a quick start:

    Create a PHP web app in Azure

    0 comments No comments

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.