PDA

View Full Version : fetch post text


Black_Widow
09-07-2004, 02:47 AM
Hi all from :)
Is there a way to fetch post text, title, author and date from my forum to another website page? I'm now using javascript syndication system but it can only export title, author name and datae/time. I also need post text and image.
Is it possible? I've just purchuesed VB3 and I' m a little newbie.

Thanks for your attention :squareeyed:

Xenon
09-07-2004, 04:43 PM
hmm, you can write a little script that fetches every info you need from your db, and then do an include from your other site.

may be needed to serialize the informations.

a second possibility would be to directly contact the vb-database from your second website.

or is everything on the same server? if yes, then it's quite easy to do :)