PDA

View Full Version : Help with an RSS feed


bvondane
02-08-2007, 03:10 AM
Is there a way to dynamically add something onto the end of an rss feed url?

so instead of this:

http://www.weathermeister.com/whiskeyVictor/metar?ident=CNO

I would have something like this:

http://www.weathermeister.com/whiskeyVictor/metar?ident=$vbulletin->userinfo['field7']

so that it automatically pulls the ident info from the databse?

firstrebel
02-08-2007, 06:58 AM
It can't access the database like that. You would need a script to convert SQL to RSS.

Bob