At 9:56 AM -0400 6/4/07, Robert Cummings wrote:
On Mon, 2007-06-04 at 09:50 -0400, tedd wrote:

 Don't scale, resample. See here:

 http://www.webbytedd.com/b/thumb/index.php

Hi Tedd,

In your script you have:

    ini_set( 'register_globals', '0' );

The line is pointless, it can't be reached until after such globals have
been registered.

Also you have:

    ob_start();

Why use output buffering? You don't actually do anything with the buffer
other than flushing it :)

Cheers,
Rob.

Rob:

What?!

I didn't do that. No one saw me do it and can't prove it. Besides, I changed the code. :-)

My explanation, legacy remnants.

Cheers,

tedd

PS: It's always pays to have someone knowledgeable review your code -- thanks.
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to