opiatereceptor
Technical User
Hi Everyone,
I'm a bit of a newbie here, but i'll explain what i want to do.
I have a website where i want to display a "top 10" list.
Sounds easy enough, but I want this list to be dynamic... it will talk to a different server to pull out what info I want.
For example, if i want to display "top ten movies", then I would like to just put a variable into my site (ie. $movies). The actual top 10 movie list will be saved on another server's database. [this is where i need help - what kinda code do i put on the 'other' server to look at my site, check out my variable, and then display the content accordingly?] Now, if i want to display "top ten plays", all i would have to do is change $movies to $plays, and then i have a complete new list - just by changing one variable.
I hope this can be done. And thanks in advance!!!!!
I'm a bit of a newbie here, but i'll explain what i want to do.
I have a website where i want to display a "top 10" list.
Sounds easy enough, but I want this list to be dynamic... it will talk to a different server to pull out what info I want.
For example, if i want to display "top ten movies", then I would like to just put a variable into my site (ie. $movies). The actual top 10 movie list will be saved on another server's database. [this is where i need help - what kinda code do i put on the 'other' server to look at my site, check out my variable, and then display the content accordingly?] Now, if i want to display "top ten plays", all i would have to do is change $movies to $plays, and then i have a complete new list - just by changing one variable.
I hope this can be done. And thanks in advance!!!!!