Quote:
Originally Posted by cellarius
Simply write a php script that queries the forum database for the information you need based on parameters passed to it by url and have the output formatted as xml or whatever you want. Then parse the xml on your webpage.
|
I can do that, but then if vBulletin changes their database design on a given upgrade, I'm up the creek. Which is why I'd prefer to do it through the API; it's much clunkier, but also hopefully more bulletproof.
So does anyone have any ideas on how to do that?