PDA

View Full Version : User info on non-vb page and non-vb directory


paulmjno
10-09-2004, 08:27 PM
Hi everyone,

Is it possible for me to carry logged in user information to other pages on my site, which are not in the vb directory and pages? Also, on my sites pages there are scripts which send out a header... this is why I have been unable to implement any the script.

All I want to be able to do is display a "Welcome, $username" message on my sites pages.

Help would be really appreciated, I promised to get this thing out for tomorrow!

Thank you.

joeychgo
10-09-2004, 08:59 PM
Id like to know this as well

paulmjno
10-10-2004, 01:59 AM
Pretty please, does anyone have a solution?

Surtain23
10-10-2004, 02:47 AM
I THINK all you have to do is add:
require_once('/PATH/TO/FORUM/global.php');

To that file (assuming its in php).