So I have a database that has the links to all of my images in it... and through imagemagick (:-() i have a page... image.php that creats them in a thumbnail... on my php page... return.php i want to grab the image out of image.php... how would i go about doing that?
this is what i have...
<img src=image.php?q=$id>";
it appears to not work... lol the forms of that i've tried are
q=%s>", $id
anything in quotes, printing, etc... Im lost... any ideas?