Brian Vagnoni on 29 Dec 2007 13:40:57 -0800 |
You wouldn't mind posting the script, of course remove all confidential information first. Or e-mail me privately? You could also try: $info_array = curl_getinfo($s); this returns an array of information about the session $errors = curl_error($s); returns any session errors. Are you closing each session after you are done with it? curl_close($s); Brian Vagnoni ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|