[PHP] php_ldap.dll and PHP 4.4.7

2007-06-05 Thread Mike Walsh
' - The specified module could not be found. in Unknown on line 0 All of the other extensions are loaded just fine. Anyone know what is causing this? The extension is where it is supposed to be. Mike -- Mike Walsh - mike underscore walsh at mindspring dot com -- PHP General Mailing List (http

Re: [PHP] Help w/ 'headers already sent' and file download

2006-05-16 Thread Mike Walsh
Rabin Vincent [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 5/16/06, Mike Walsh [EMAIL PROTECTED] wrote: [ ... snipped ... ] Is there a way to both display a web page and send content to be saved by the user? If someone knows of an example I could look at I'd be greatful

[PHP] Help w/ 'headers already sent' and file download

2006-05-15 Thread Mike Walsh
the 'headers already sent' error message. Is there a way to both display a web page and send content to be saved by the user? If someone knows of an example I could look at I'd be greatful. Thanks, Mike -- Mike Walsh - mike_walsh at mindspring.com -- PHP General Mailing List (http://www.php.net

[PHP] Suppressing Notices from imap_headerinfo()?

2005-11-17 Thread Mike Walsh
directly. Any suggestions on how to suppress these notices? I don't even use the email field in my application. Thanks, Mike -- Mike Walsh -- mike underscore walsh at mindspring dot com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Form Processor?

2005-08-26 Thread Mike Walsh
as well as the rest of the stuff included in the library. http://phphtmllib.sourceforge.net Mike -- Mike Walsh - mike_walsh at mindspring.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Differences with imap_headerinfo() between PHP 4.3.11 and 4.4.0?

2005-08-19 Thread Mike Walsh
Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Wrapping ob_start() / ob_get_contents() / ob_end_clean() around the IMAP calls MIGHT let you catch the output and throw it away... That is a good idea, I will give that a shot. Thanks, Mike -- Mike Walsh

[PHP] Differences with imap_headerinfo() between PHP 4.3.11 and 4.4.0?

2005-08-15 Thread Mike Walsh
similar? Any idea how to suppress the Notice? The oddly formed e-mail address isn't something I use so I don't really care how it is formatted but the IMAP library seems care enough to generate the notices. Thanks, Mike -- Mike Walsh - mike_walsh at mindspring dot com -- PHP General Mailing List

[PHP] PHP File Upload Problem

2004-11-12 Thread Mike Walsh
-- Mike Walsh - mike_walsh at mindspring.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP File Upload Problem

2004-11-12 Thread Mike Walsh
Mike Walsh [EMAIL PROTECTED] wrote in message news:0%ald.9258 [ ... snipped ... ] ; Maximum allowed size for uploaded files. upload_max_filesize = 1G [ ... snipped ... ] It turns out that 1G is not a valid value for this directive. Not sure why I haven't run into this problem previously

[PHP] PHP NNTP w/o IMAP?

2003-03-04 Thread Mike Walsh
I am looking for some PHP code that implements an NNTP interface that doesn't require IMAP. I do not need a full featured NNTP implementation and it only needs to support read access. If anyone knows of such a thing I would greatly appreciate a pointer. My Google searches have not turned up

[PHP] Processing Form Input and MySQL - Best Practices?

2003-02-25 Thread Mike Walsh
I was hoping someone could point me to an article about some recommended best practices with respect to taking form data (entered by a user), storing it in MySQL, extracting it again and displaying it back on a web page. In particular, I want to make sure someone isn't entering data that could