EvilJack
07-12-2007, 05:37 AM
I'd like my tivo to send me some info when it runs a script.
I can use http_get to get info and I see that there is a
http_post... but I can't figure out what to setup on the web
server to receive the info that is sent when I run
http_post filename http://myserver:80/tivoreceive.php OFF ON ON
what does the script need to do on the receiving side to receive
the file from tivo? I've dumped the $_POST and $QUERY_STRING
variables and I'm not seeing any incoming data from my file....
Thanks - jack
I can use http_get to get info and I see that there is a
http_post... but I can't figure out what to setup on the web
server to receive the info that is sent when I run
http_post filename http://myserver:80/tivoreceive.php OFF ON ON
what does the script need to do on the receiving side to receive
the file from tivo? I've dumped the $_POST and $QUERY_STRING
variables and I'm not seeing any incoming data from my file....
Thanks - jack