Re: [PHP] PDF Overflow

2007-03-02 Thread Holger Blasum
thing, FPDI+FPDF. PDFB's $pdf->AddPage(); looks like what you need? Kind regards, -- Holger Blasum +49-174-7313590 (cell) GnuPG 1024D/ACDFC3B769DC1ED66B47 signature.asc Description: Digital signature

Re: [PHP] Matching logins to an old htpasswd file

2007-03-03 Thread Holger Blasum
should be done within secure networks. (Anyone can sniff HTTP, use HTTPS otherwise.) HTH, -- Holger Blasum +49-174-7313590 (cell) GnuPG 1024D/ACDFC3B769DC1ED66B47 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ldap change password

2007-03-07 Thread Holger Blasum
exchange you would also have to generate an X.509 cert, see eg http://www.guug.de/veranstaltungen/ffg2003/papers/ffg2003-blasum-en.pdf for essentially the same where python was used in place of php.) Regards, -- Holger Blasum +49-174-7313590 (cell) GnuPG 1024D/ACDFC3B769DC1ED66B47 sign

Re: [PHP] trans id problem

2007-03-24 Thread Holger Blasum
check: * in the page containing the method=POST form there must be "" tags somewhere with the PHPSESSID in the form's HTML source * as a last resort for any network transfer, you also could use http://www.wireshark.org/ to look at what really goes over the wire HT