
Announcements
We have create web forms for posting in sharepoint and the backend is written in php. But I don't know that sharepoint supports php? and how can I embed php code in sharepoint?
@ShovkatMasimova - Are you saying you have front end forms developed in php and you would like to write in sharepoint list or something?
If yes, you do not need to embed code in sharepoint. You can use REST APIs provided by SharePoint from your php application to operate with sharepoint list.
Like and Mark this as Answer if it resolves your query.