Outside DB Connection
-
Just FYI: I am reposting this here, from the How To and Troubleshooting area to see if I can get a response to it, as I do need to continue working on the project I am doing, but have to wait on the reply to this to go any further…
Okay… I have a very unique situation… For security, and design constraints I want to use a seperate file to handle incomming data, and have it process it, then add it to the DB, for another file, that is built into the main portion of my planned plugin to read from the DB and handle the display creation, etc… But there in lies my problem… Since this file is called by itself, there is no DB connection for it, as there is for anything called via WP’s addon system… What would be the easiest way to get a DB connection for it, preferably from WP itself, since I would like to keep the DB calls consistent, and just use the features from WP’s DB class to handle them?
- The topic ‘Outside DB Connection’ is closed to new replies.