curl-and-php
Sending hidden variables
From: tedd <tedd_at_sperling.com>
Date: Fri, 30 Dec 2005 10:39:45 -0500
Date: Fri, 30 Dec 2005 10:39:45 -0500
Hi:
This is my first posting to this group.
I have written a macintosh application that communicates with a
password protected php application via $_GET['what'] and the mac
application can, in return, read the php application's reply.
I do this via a curl command string of:
url = "http://" + domain + path + "?what=" + what
cmdStr = "curl -u " + userFolderStr + ":" + pwFolderStr + " --url " + url
What this does is simply sends a value to my php application via GET.
What I would like to do is to send information via hidden variables,
is this possible?
If so, what form would the curl command string be?
Thanks.
tedd
-- -------------------------------------------------------------------------------- http://sperling.com/ _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2005-12-30