danbowkley
11-25-2007, 05:08 AM
Hey all,
I'm coding a php app to download images to your cellphone, and am running into a wall trying to get my thumbnails to work. The validator complains that there isn't a semicolon after the = sign...and that'd kinda break things.
I'm calling the images with something like this:
<img src="thumber.php?f=images/190396220037.jpg&w=72&h=99&q=30&t=jpg" border="0" height="99" width="72" alt="preview">
It also barfs and complains that it's not using a jpg or gif for an image, when I know darned well the php script is spitting back a perfectly valid jpg file (or gif or bmp or wbmp or png or frankly whatever the heck you ask it for).
Without using mod_rewrite, how can I get that little fart to validate?
Many TIA,
Dan
I'm coding a php app to download images to your cellphone, and am running into a wall trying to get my thumbnails to work. The validator complains that there isn't a semicolon after the = sign...and that'd kinda break things.
I'm calling the images with something like this:
<img src="thumber.php?f=images/190396220037.jpg&w=72&h=99&q=30&t=jpg" border="0" height="99" width="72" alt="preview">
It also barfs and complains that it's not using a jpg or gif for an image, when I know darned well the php script is spitting back a perfectly valid jpg file (or gif or bmp or wbmp or png or frankly whatever the heck you ask it for).
Without using mod_rewrite, how can I get that little fart to validate?
Many TIA,
Dan