First  |  Prev |  Next  |  Last
Pages: 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
this has got me baffled: imagesx() and imagesy()reporting the wrong size?
On Sun, 2009-11-15 at 15:07 -0500, Ben wrote: On my site I have a web form for users to upload graphics, however there are constraints on the size allowed. Recently, a user has been having problems, because the code is reporting the wrong size - a size too small to be allowed! They sent me a copy of th... 15 Nov 2009 16:44
this has got me baffled: imagesx() and imagesy() reporting the wrongsize?
On my site I have a web form for users to upload graphics, however there are constraints on the size allowed. Recently, a user has been having problems, because the code is reporting the wrong size - a size too small to be allowed! They sent me a copy of the image so I could confirm the error, and I have: eve... 15 Nov 2009 16:44
Pear POP3 and getting the sender's email address
PHP Users, I have implemented the POP3 class in the Pear libraries to retrieve emails with PHP: http://pear.php.net/manual/en/package.networking.net-pop3.getparsedheaders.php It's basically working fine. I can download mail, get headers, all that good stuff. The problem is, when I extract the "From" header,... 5 Nov 2009 08:54
Imagick question
I'm trying to use Imagick:roundCorners() however the resulting image has the background color on the corners set to black if I save the image as a JPG format. If I save it as a PNG format, the rounded corners are transparent. Does anyone know if the background color can be set to white when saving as a ... 6 Nov 2009 15:56
PHP+Apache suddenly not working
I have no doubt that this is due to an update that was done on my system at some point, but unfortunately I can't pinpoint where. The upshot is that PHP is completely unresponsive for me when run from Apache and I'm not sure where to look. I recognize that this isn't an apache support list. This message ... 27 Oct 2009 15:55
cannot compile PHP 5.2.11 on Mac OS X 10.6.1
Hi, I am setting up my Mac Book Pro running Mac OS X 10.6.1 as a development environment for Drupal. I already successfully have MySQL 5.1.40 and Apache 2.2.11 up and running. I tried to compile PHP 5.2.11 in the following manner and keep getting an error. Any help would be great! 1. Downloaded ph... 25 Oct 2009 13:08
Array
The following line gives me an error message when there aren't any values in the array --- how do I accommodate this? Warning: Invalid argument supplied for foreach() foreach ($_SESSION['order'] AS $key => $value ) { ... 24 Oct 2009 14:24
all local sites stopped working ...
Hi All, All my local PHP sites (http://127.0.0.1/... and http://localhost/...) worked until today. Now all these local sites don't work anymore. The only difference since yesterday is running 16 Windows Updates. I checked C:\WINDOWS\system32\LogFiles\W3SVC1\... but no errors. Can I set a php.ini setting to tra... 17 Oct 2009 08:33
Fatal error on functions valid for PHP 4, 5 [RESOLVED]
On October 9, 2009 05:17:18 pm you wrote: kronos(a)aolohr.com wrote: Thanks Chris. Seems like the function is a dud. I have '-enable-calendar' working on both local and production. Sigh . . I have been using another modified 'easter' function, 'pFeast', (can't for the life of me find... 9 Oct 2009 19:22
FILTER_VALIDATE_INT - newbie question
Hello all, I'm having this strange behavior, and I do not understanding why... When I use FILTER_VALIDATE_INT I'm unable to get, on my input box, values starting with 0(zero), or values that are greater (in length) then 10 digits. I was expecting to be able to input the all range of integers. I've tri... 7 Oct 2009 19:49
First  |  Prev |  Next  |  Last
Pages: 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88