You are here: Re: [PHP] Image Verification - Problems in Safari, Mac OS X « PHP « IT news, forums, messages
Re: [PHP] Image Verification - Problems in Safari, Mac OS X

Posted by Marek Kilimajer on 10/20/08 11:16

Rahul S. Johari wrote:
> On 5/18/05 6:23 PM, "Marek Kilimajer" <lists@kilimajer.net> wrote:
>
>
>>BTW, you might not be concerned about it much, but you have a race
>>condition in your script.
>
>
> Ave,
>
> What do you mean by "race condition" ?

If more then one user is accesing the page, you might overwrite the
first one's verify.png image. Simple and sufficient solution is to
append a random string to the filename:

$image_filename= 'verify_' . md5(rand()) . '.png';
ImagePNG($im, $image_filename);
?>
<img src="<?php echo $image_filename; ?>" width="200" height="40">
<?php

Just remember to add some way to remove old images.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация