> Can I send data via HTTP POST with the header() function? No. Generally speaking, the header function sends *response* headers. HTTP POST data is sent as part of a *request* header.
I would recommend using curl to create http requests that contain post data. Regards, John Campbell _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
