Quote:
Originally Posted by Sykoi
Erm... I need to access it outside of the domain the forum is on, and I don't really want to open the domain up to other users...
I just need to check a user id and a hidden profile field saved on my site, against my forum's user database.
Which would be better, writing a query on the site to check my forum's database or copy certain files over to the site.
|
What are you checking the user-id with? I would query the forum database, but you need to watch out for security vulnerabilities.