Log in

View Full Version : How can I access certain VB Variables from Another Application?


sasjamal
08-15-2004, 11:19 PM
I was wondering for those of you who are familiar with the VB Source code.

I have an application, in which I have included the global.php file, and have set cookies on the whole domain - So I am able to show the username, etc. in my application.

I want to access other methods/variables such as showing how many Private Messages, etc. there are - what was the last time they were logged in, etc.

How can i access these?

Thanks :)

FleaBag
08-16-2004, 12:49 AM
At a guess, I'd say you'd need to include the relevant file from the includes folder. I could be wrong though.

sasjamal
08-16-2004, 07:03 AM
Ah I am a loser, All I needed to do was just look at the globals.php file, and I found my answer.