i was wondering if anyone could pass along a good tutorial or what function (functions) i would use to do the following.
Basicly I have a remote website dumping database information to a active server page.
The page displays the following:
Author - Title - Label
The the author - title - label are each hyperlinks that give the appropriate link to 'preview' the item.
Basicly what i need to do is build a script that goes line by line and pulls the author - title - label and the coresponding hyperlink and then puts it into a array like $vinyl_records[x]
so that i can echo them $vinyl_records[1] or whatever.
Any help is greatly appreciated!