* Thus wrote raditha dissanayake:
> The approach that an overwhelming majority of PHP developers (and other 
> developers for that matter) use is to simply store the image  on the 
> file system. If these images are part of a web application you can then 
> store a reference to the image in the database (ie: the filename only). 
> Then all you need to do is to query the database and use the result in 
> an <img src='...'> nothing could be simpler.

height and width are handy as well.



Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to