|
J
|
Jane 9/14/2006 |
|
Jim, |
|
|
M
|
mmponline 9/14/2006 |
|
V. 3 - If I want to set the view page photos to a specific size, instead of the regular size, how would I do it? |
|
|
J
|
Jane 9/14/2006 |
|
Stephan, if(IsBinaryField($rs,"FieldName")) { $value=db_stripslashesbinary($value); $itype=SupposeImageType($value); if($itype) $disp='<img border=0 src="TableName_imager.php?'.$iquery.'">';
if(IsBinaryField($rs,"FieldName")) { $value=db_stripslashesbinary($value); $itype=SupposeImageType($value); if($itype) $disp='<img border=0 height=50 width=50 src="TableName_imager.php?'.$iquery.'">'; |
|