If I am using:
echo "<img src=".$imagedir.$row["image"]." >";
where do I incorporate width="150" height="250" to size the image to desire width and hight?
example:
echo '<img src=images/$image width="150" height="250">';
displays image with width and hight of 150x250
but with: echo "<img src=".$imagedir.$row["image"]." >"; how do I accomplishe th same?.
Nothing is hard when you realy want to learn it.
Max
echo "<img src=".$imagedir.$row["image"]." >";
where do I incorporate width="150" height="250" to size the image to desire width and hight?
example:
echo '<img src=images/$image width="150" height="250">';
displays image with width and hight of 150x250
but with: echo "<img src=".$imagedir.$row["image"]." >"; how do I accomplishe th same?.
Nothing is hard when you realy want to learn it.
Max