[PHP] Undefined index error

2007-06-09 Thread Christian Cantrell
I'm getting this error in my Apache log file, and I can't figure out why: Undefined index: password in /path/to/file.php on line 82 Some searching on Google turned up a bunch of questions, but no answers. Any idea what this warning message is referring to? Thanks, Christian

Re: [PHP] Undefined index error

2007-06-09 Thread Robert Cummings
On Sun, 2007-06-10 at 00:53 -0400, Christian Cantrell wrote: > I'm getting this error in my Apache log file, and I can't figure out why: > > Undefined index: password in /path/to/file.php on line 82 Please post the code on that line of the file indicated. Cheers, Rob. -- .-

Re: [PHP] None US ASCII characters not allowed in headers?

2007-06-09 Thread Crayon Shin Chan
On Sunday 10 June 2007 04:05, Robert Cummings wrote: > Funny how the solution often presents itself after you make your > problem public *lol* :) Wonder if it falls under Murphy's Law. There should be a dummy list that people post to, if they don't work out the answer themselves 10 minutes after

Re: [PHP] [RFC] HTTP timezone

2007-06-09 Thread info
Well, there is some use for a correct user timezone. I wrote php code that offers a different css file depending on the server time of day. So for example at noon it would use nice bright colors, and at midnight blacks and red, and ... you get the picture. Trouble was, this representation only w

Re: [PHP] None US ASCII characters not allowed in headers?

2007-06-09 Thread Robert Cummings
On Sun, 2007-06-10 at 13:36 +0800, Crayon Shin Chan wrote: > On Sunday 10 June 2007 04:05, Robert Cummings wrote: > > > Funny how the solution often presents itself after you make your > > problem public *lol* :) Wonder if it falls under Murphy's Law. > > There should be a dummy list that people

Re: [PHP] Transparent image resizing using php 4.4.x

2007-06-09 Thread Crayon Shin Chan
On Sunday 10 June 2007 04:12, Sukhwinder Singh wrote: > $img_resized = ImageCreateTrueColor ($img_new_width, $img_new_height); > But the above doesn't work using php 4.4.x and creates images with lots > of white lines/dots in it. Some pixel is transparent and some it isn't. > I have no knowedge a

<    1   2