Ok, if you look 1/2 way down the page, it says that it can use the HTTP GET function to send the info to your webpage, bypassing messy ftp programs. That's gravy, cause having ws_ftp popup every few songs is getting aggrivating.
I'm not sure what the HTTP GET function would do- In my mind, what I'd like to have it do is this:
Get variables from URL
FWrite the variables to a permanent list (because WA would be loading the page the first time... have to store them somewhow)
Use the list to output them (in a pretty png format :-P)
Heres mah problem- 1st, I dunno what HTTP GET would do here, and 2nd- The URL outputted by WA is something like Yoursite/file.php?p=1 & 1=Song1 & 2=song2... and so on. As far as I can see, PHP doesn't like numeric variable names. Can I get a hand here? Thanks :)
Question
linked
I'm currently using the Now Playing addon for Winamp 3. Here's the site for it (bad layout, might i add)- http://www.srijith.net/codes/whatsplaying/
Ok, if you look 1/2 way down the page, it says that it can use the HTTP GET function to send the info to your webpage, bypassing messy ftp programs. That's gravy, cause having ws_ftp popup every few songs is getting aggrivating.
I'm not sure what the HTTP GET function would do- In my mind, what I'd like to have it do is this:
Get variables from URL
FWrite the variables to a permanent list (because WA would be loading the page the first time... have to store them somewhow)
Use the list to output them (in a pretty png format :-P)
Heres mah problem- 1st, I dunno what HTTP GET would do here, and 2nd- The URL outputted by WA is something like Yoursite/file.php?p=1 & 1=Song1 & 2=song2... and so on. As far as I can see, PHP doesn't like numeric variable names. Can I get a hand here? Thanks :)
Edited by linkedLink to comment
Share on other sites
1 answer to this question
Recommended Posts