Advice sought for integrating PHP app into WP site
-
I have a WordPress site that provides communication between golfers in my club and the managers of various leagues at the club. One of our members has developed another site that allows our members to sign up for golf events by checking boxes on a calendar. Fortunately, he developed this application using PHP and MySQL. I have a menu item that links to his website, but a member signed in on my site who clicks on that link must then sign in to his site. I’d like to fix that, and he has volunteered to give me zip files of his PHP code and database to integrate into my site.
I am willing to do the coding involved, but I’d like advice on how best to proceed. How can I best add his PHP pages to my site so that a user’s WP login credentials would be passed to those pages, both for security and for identification of the user who is signing up for an event?
- The topic ‘Advice sought for integrating PHP app into WP site’ is closed to new replies.