[PHP] re> Save Image?

2003-01-06 Thread greg R
If it were possible, it would likely be a javascript function, rather than PHP, because it would be controlled by the browser. Check the JavaScript navigator or window objects. # # # Hi all, I have a PHP page that returns products. My client wants to have a button beside each product that says

[PHP] re: No Reply From cURL

2002-11-21 Thread greg R
I don't think cURL is very intuitive. Can you at least echo a response code from your function, such as $res = curl_setopt($ch, CURLOPT_URL, "https://partners.netledger.com/SmbXml";); echo $res; That should at least tell you, if nothing else, that you could successfully get into the service. If