$rsContact = $conn->Execute("Select * From `Contact`");
while (!$rsContact->EOF) {
?>
 |
$maxWidth = 292;
//$maxHeight = 102;
$maxHeight = 292;
$newsize = imgVirtualResizeOrigin(UFILE_PATH, $rsContact->fields["logo"], $maxWidth, $maxHeight);
if ($newsize != 0) {
$newsize[2] = 0; $newsize[3] = 0;
/*
?>
*/
?>
}
?> |
|
$rsContact->MoveNext();
}
?>