Integrating External PHP Application with WordPress Site
-
I am newbie with respect to WordPress Websites. I have created an Internal Website for my organization which can be hosted in Xampp Server. Other than WordPress Site, we have been actively maintaining other two Web Applications build on PHP with separate Database for each Apps. The two apps are Inventory Management & Tickets which has separate login to allows only specific users to login.
After the development of this WordPress Site, we want to integrate the Other WebApplication with WordPress and have only one Username and Password for all the applications. In which we want to remove the Password field alone from the Databases of the Inventory Management & Tickets Web Apps. The registration is for all the employees in WordPress Site. However i want to connect the Inventory Management & Ticket Website that, logged in wordpress user whose username is matched with the Inventory Management Database can access the Web Apps as such.
I dont want to change the structure of the Web Apps location. I want them to be available as such.
htdocs
–>wordpressSite
–>InventoryManagement
–>TicketsIf anyone has doubts on the requirement can reply me, i am expecting a solution here. How to achieve a single login with wordpress site and to use the same for authenticating the External Web Apps
Thanks 🙂
The topic ‘Integrating External PHP Application with WordPress Site’ is closed to new replies.