Can someone point me in right direction here?!?
- I can set up variables in both GET and POST.
- I know the way to read GET & POST data using PHP on my website.
- I got full access to both webserver and mairlist all host on same machine so it should work. When i use another host i cant send the information either.
- FTP:// gives me unknown protocol offcourse its a HTTP im sending.
So my GET setup is like this
Base URL: http://XXX.XXX.XX/nowplaying
Parameter = artist / Value = %a
Parameter = title / Value = %b
Auth = None
With this i get another problem “Socket error 10061 Connection refused”
HOW TO FIX?!?
Easy and fast way to fix this what should i type i guess its the base url that is my problem.