[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

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, Baumann Reto wrote: Hi all

[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

[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