Re: [PHP] Problems creating images

2006-04-13 Thread Richard Lynch
On Wed, April 5, 2006 2:42 pm, Age Bosma wrote: *confirm_image.php:* Your browser and webserver see confirm_image.php in the URL. Header(Content-type: image/jpeg); REAL browsers like Mozilla and Firefox etc trust this. Microsoft, however, in its infinite wisdom, ignores

Re: Re[2]: [PHP] Problems creating images

2006-04-13 Thread Richard Lynch
On Thu, April 6, 2006 5:24 pm, Tom Rogers wrote: put error_reporting( E_ALL); at the top of the script and see if any error messages show up. The fact that the mime type is text seems to indicate some output has gone to the client before your header call. That could be any white space

Re: [PHP] Problems creating images

2006-04-06 Thread Age Bosma
Tom Rogers wrote: Make sure you don't have any blank lines before the ?php There isn't. I've got the suspicion it's got to do with the UTF-8 character encoding because of the characters '', I've seen this before with HTML pages. Because of this I asked the person who's having the

Re[2]: [PHP] Problems creating images

2006-04-06 Thread Tom Rogers
Hi, Friday, April 7, 2006, 6:20:41 AM, you wrote: AB Tom Rogers wrote: AB There isn't. I've got the suspicion it's got to do with the UTF-8 AB character encoding because of the characters '', I've seen this AB before with HTML pages. Because of this I asked the person who's having AB the

Re: [PHP] Problems creating images

2006-04-05 Thread Philip Hallstrom
I added image confirmation to a guestbook and even though it works greate for most people, some people have problem and I can't seem to figure out why this happens. Note that I'm not talking about the same guestbook on one server but the guestbook is on people's own hosting server. The php

[PHP] Problems creating images

2006-04-05 Thread Age Bosma
Hi, I added image confirmation to a guestbook and even though it works greate for most people, some people have problem and I can't seem to figure out why this happens. Note that I'm not talking about the same guestbook on one server but the guestbook is on people's own hosting server. The

Re: [PHP] Problems creating images

2006-04-05 Thread Tom Rogers
Hi, Thursday, April 6, 2006, 5:42:05 AM, you wrote: AB Hi, AB I added image confirmation to a guestbook and even though it works AB greate for most people, some people have problem and I can't seem to AB figure out why this happens. Note that I'm not talking about the same AB guestbook on one