PDA

View Full Version : Show part of a PHP app as module


caedas
02-27-2008, 02:22 PM
We have a PHP app that we have been working on for our site. It works off an admin adding a username (which is the same as the forum login name), and uses the SAME vB password, but is a completely separate entity.

The data I want to be on the module will need to be obtained for the current user, given that their name is in the program.

Could someone offer some ideas as how to program this?

shovel
02-27-2008, 05:09 PM
So if I'm reading this correctly, you'd like to login to another application using vBulletin credentials? Once you validate my response, I can give you an answer.

caedas
02-27-2008, 08:11 PM
It is technically already setup to do that. My problem isn't connecting...but rather creating a module to display the information desired.

shovel
02-27-2008, 09:36 PM
What kind of data did you want to represent? The user information from the vBulletin users' table?

caedas
02-28-2008, 12:04 AM
Info from the application we made. The login info part was just about accessing data.

shovel
02-28-2008, 12:04 PM
I don't really know what you mean then. If it's data from the vBulletin database, just ask me what data you want to display.