[PHP] Missing images

2002-11-25 Thread Baumann Reto
Hi all I have kind of a very strange problem... But I hope someone can help. Imageing a little web-based application for browsing images. Every page is exactly the same (from a php point of view). A user can browse through all the images which are displayed as thumbnails. Normally, everything work

Re: [PHP] Header Location not working

2002-11-20 Thread Baumann Reto
Yes, I have an exit() immediately following header... Could these statements in any way affect the session? Or session update? "Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Wednesday 20 November 2002 06:36, Bau

Re: [PHP] Header Location not working

2002-11-20 Thread Baumann Reto
impossible. reto "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > --- Baumann Reto <[EMAIL PROTECTED]> wrote: > > Does somebody know if there is a potential problem with > > Header("Location: .

Re: [PHP] Header Location not working

2002-11-20 Thread Baumann Reto
It's mainly MSIE 5.0 for MacOS or MSIE 5.5 for Win9x "Bigdog" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What browsers are having the problems? > > On Tue, 2002-11-19 at 15:36, Baumann Reto wrote: > > Hi

[PHP] Header Location not working

2002-11-19 Thread Baumann Reto
Hi all Does somebody know if there is a potential problem with Header("Location: "); not working properly? I have a redirection, but it seems that on some browser, this doesn't work. Instead of the redirection, the same page is requested again! I'm also using sessions and html-post reque

[PHP] Load Balancing and PHP Sessions

2002-04-25 Thread Baumann Reto
Is it possible to have sessions (via cookie) on a load balanced environment? Therefore having www1.test.com and www2.test.com and share the same sessions? The systems can access the same file-system, but it seems that the session is not passed. Could this have something to do with ses

[PHP] Lossless JPEG image rotation

2002-02-24 Thread Baumann Reto
Is there a good way to rotate a JPEG image (90°, 180° or 270°)? I tried jpegtran and convert (ImageMagick)... But they both don't really work as expected. Why? jpegtran only workes if used with -trim. But this trims the image (cuts some pixels away), which is not a very good way. ImageMagick's

[PHP] Getting an RGB value of a pixel (JPEG)

2002-02-19 Thread Baumann Reto
Hi there I have to get an RGB value of a specified pixel in an JPEG image. This image uses 24bit per pixel (so is true-color). How could this be done? Thanks a lot Reto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php