First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Mail_Mime: undefined method Mail_mimePart::encodeHeader()
Hello everyone. I'm developing a mailing list manager, using the package Mail_Mime. Everything works fine, but when I try sending an e-mail get the following error: Fatal error: Call to undefined method Mail_mimePart:: encodeHeader () in / home / devised / php / Mail / mime.php on line 1316 I don't know i... 10 Aug 2010 16:56
/status page of php-fpm 5.3.3
Hello, I am using PHP 5.3.3 compiled as PHP-FPM. My Apache is using mod_fastcgi to connect to PHP-FPM and everything works as expected. Unfortunately I don't know how to forward request http://localhost/status to PHP-FPM so that I will see the status page of PHP-FPM. I found only NGINX configuration http://for... 10 Aug 2010 10:15
Variable variables into an array.
Hi. Quick set of eyes needed to see what I've done wrong... The following is a reduced example ... <?php $Set = array(); $Entry = 'Set[1]'; $Value = 'Assigned'; $$Entry = $Value; print_r($Set); ?> The output is an empty array. Examining $GLOBALS, I end up with an entries ... [Set] => Array ... 11 Aug 2010 10:22
Test - Ignore
Test A00 SED ... 9 Aug 2010 16:50
[ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?
a client of mine use to have some color coded one but, I can't find it again. anyone using one that they particularly like? similar to this but was hoping for something in PHP http://www.psychogenic.com/en/products/Errorlog.php Thanks, T ... 9 Aug 2010 17:56
Snoopy port using PHP cURL library
Does anyone know if the Snoopy class has been ported to use the built-in PHP cURL library and released publicly somewhere? Marc ... 9 Aug 2010 15:42
Limit failed logins attempts
Hi guys, I would like to know what do you suggest to implement a limit for failed login attempts. I thought that might be a good idea, to define a session variable called ( failedattempts ), then check and if $failedattempts is greater than, suppose, 4 write to a Database ( ip, username and last-time-attempt ).... 9 Aug 2010 10:08
Google spreadsheet curl
Using this code I get error message: "The spreadsheet at this URL could not be found. Make sure that you have the right URL and that the owner of the spreadsheet hasn't deleted it." I have set up a test spreadsheet and it exists. Any ideas on why this might be? <?php $key="[key f... 10 Aug 2010 05:52
question about compiling a portable web server for linux
Hi, I recently compiled a portable portable web server for linux, using lighttpd and php. But it seems that php can only run on machine with the same glibc version compiled it. How can I solve the problem? ... 9 Aug 2010 09:01
how do you upload to a 3rd-party remote server?
Hi All I am working on a page which will write out a file (using another server-side language) and then that file will get uploaded nightly to someone else's FTP directory, on a 3rd party remote server. As I start to contemplate that last part about auto-uploading to someone else's FTP directory it escape... 9 Aug 2010 11:14
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30