Hi Im using the great DA API with PHP and most of my functions are working perfectly but I'm having this one problem that's been thwarting me for days now....
CMD_API_FTP: This one, single function call returns nothing! null! emptiness! Every other DA function returns a success or error message through my scripts but this one returns nothing.
I'm using file_get_contents to communicate with the server but I've also tried it with fopen and posting via PHP curl. The strangest thing is that when I echo the file_get_contents url before calling it and manually paste it into the browser address bar, it WORKS! It seems like the DA server's simply ignoring the request if its made by PHP.
Is there anyone out there that can enlighten me as to what in the world might be going on? I'm really in the dark here!
Thanks in advance!
Cron
CMD_API_FTP: This one, single function call returns nothing! null! emptiness! Every other DA function returns a success or error message through my scripts but this one returns nothing.
I'm using file_get_contents to communicate with the server but I've also tried it with fopen and posting via PHP curl. The strangest thing is that when I echo the file_get_contents url before calling it and manually paste it into the browser address bar, it WORKS! It seems like the DA server's simply ignoring the request if its made by PHP.
Is there anyone out there that can enlighten me as to what in the world might be going on? I'm really in the dark here!
Thanks in advance!
Cron