RE: [PHP] Are PHP5 features worth it?

2006-12-20 Thread Nauman Akbar
only supported on PHP 5 and are quite useful. I presume that is a good enough reason :). Forget about OOP and exceptions. Regards Nauman Akbar Concise Solutions -Original Message- From: Niels [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 11:05 PM To: php-general@lists.php.net

RE: [PHP] Having problem sending XML over HTTP (disregard last message)

2006-12-15 Thread Nauman Akbar
Hello again! Please disregard my last message. Thank you Brad for reminding me to use regular POST. I still wish I was able to send a 'text/xml' content type. But this will do and is working great. Regards Nauman Akbar Concise Solutions -Original Message----- From: Nauman Akb

RE: [PHP] Having problem sending XML over HTTP

2006-12-15 Thread Nauman Akbar
work just fine. So my guess is; it is probably curl causing the problem. Can someone point me to some resource or documentation on this issue? Regards, Nauman Akbar Concise Solutions -Original Message- From: Brad Fuller [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 2:16 AM To

[PHP] Having problem sending XML over HTTP

2006-12-14 Thread Nauman Akbar
topt($request, CURLOPT_CUSTOMREQUEST, 'POST'); print("connecting..."); $response = curl_exec($request); //curl_exec($request); curl_close($request); print($response); I have checked the ini file. Memory reserved for POST is 8M. Moreover, I even tried turning 'always