Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$picture = db_query( "select filename, thumbnail, enlarged from ".
PRODUCT_PICTURES." where photoID=".$row1[2] );
$picture_row = db_fetch_row( $picture );
if ( $picture_row )
{
if ( file_exists( "./products_pictures/".$picture_row[0] ) )
{
$row1[2] = $picture_row[0];
$row1[3] = show_price($row1[3]);
$result[] = $row1;
$picture = db_query( "select filename, thumbnail, enlarged from ".
$picture = db_query( "select thumbnail, filename, enlarged from ".
не стоит делать так, а то пропорции изображения могут исказиться, хотя если у Вас все картинки товаров одного размера, то можно конечно их уменьшать таким способом.а еще есть способ указать нужные размеры раз и на всегда
width="150" height="150"
<img src="products_pictures/{$special_offers[2]}" border=0>