cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Hi + Multipart/Post question

From: RtL <rtl_dex_at_yahoo.com>
Date: Thu, 3 Nov 2005 03:08:40 -0800 (PST)

Try this.
Make a php with
<?php
print_r($_POST);
?>

then upload on your server as form.php
Save on your pc the web page with the form.
Change the "action=..." to
action"http://yourhost.xxx/form.php"
then open the page from your pc and make an post. You
can see then what exacly is sent.
Or try live http headers from modzila firefox. and see
what postfields is sent with the header.

                
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2005-11-03