[PHP] PDFlib 6 and PHP 4.3.8/9

2004-10-21 Thread Brendan P. Caulfield
Hi Everyone, I am hoping someone out there may be able to help... I have recently installed PDFlib 6 and am running PHP 4.3.8. I am having trouble with the pdf_open_file() function. I would like to create a PDF to memory by leaving the second parameter (filename) in the above function empty.

[PHP] dumb

2002-07-09 Thread Brendan P. Caulfield
this is dumb. can we just ignore this and move. we are all smart enough to block his posts. let's just do it and quit wasting all of our time and get back to doing what we do here. respectfully, -brendan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] storing data from multi-line text boxes into mysql

2002-07-08 Thread Brendan P. Caulfield
try nl2br() http://www.php.net/manual/en/function.nl2br.php -brendan I want to store user inputed data from a HTML multi-line text box into a mysql database. But unfortunately, it doesn't remember any of the hard returnsis there a painless why to do this? Thanks! -- PHP General

[PHP] URL Rewrite Problems...

2001-08-13 Thread Brendan P. Caulfield
Hello Everyone, I have recently written a script to change htpasswd via a web interface. The script is running fine, but all of the variables (by default) are being sent in the url. I have not called any of the URL functions, so I am not exactly sure why this is happening. Is there