How do I launch an external PHP program system from my WP Menu?
-
I have a base WordPress site that is form a non-profit organization. I have written a system in PHP that registers people for a class, verifies that they aren’t taking classes at the wrong time, etc. This is a standalone system and uses its own MySQL database.
What I’d like to do is now put a menu link on the main WordPress site that links to this standalone registration system. The “start” program of the subsystem is just “registration.php”.
I thought I could just go to the menu of my wordpress site, configure a custom “link” and it would just launch it. However, that’s not working. So I think I’m having a problem with where it’s located. I put the system in a sub-directory called “registration” and it’s at the same level at my wp-content. Does the registration directory have to be a sub-directory somewhere elee?
Thanks for any help you might provide!
The topic ‘How do I launch an external PHP program system from my WP Menu?’ is closed to new replies.