[PHP] PHP PDF parser and FFDB-php SQL wrapper

2003-02-02 Thread zlu tarch
Hi All, I need to extract text ata from PDF files. Does anyone know if there is a PHP PDF parser? Also, does anyone know if there is a sql wrapper for the ffdb-php project (http://sourceforge.net/projects/ffdb-php/)? John created this wonderful FFDB in PHP, and I was wondering if there are plan

Re: [PHP] Is there a bug in fopen() - solved, maybe

2003-01-29 Thread zlu tarch
would be interesting to see if anyone else experienced similar problems. --- Evan Nemerson <[EMAIL PROTECTED]> wrote: > Perhaps you could post the pertinant code, so we can > determine why it doesn't > work... > > > > On Wednesday 29 January 2003 10:29 pm, zlu t

[PHP] Is there a bug in fopen() and fsockopen()?

2003-01-29 Thread zlu tarch
Hi, I think fopen() and fsockopen() have a bug. For example, while I had no problem connecting to "http://www2.barchart.com"; using a browser, it was not possible to open a socket connection uisng either fopen() or fsockopen() (i.e., none could initilize the socket). I was wondering if anyone els