I'm storing graphic filenames in a MySQL database. Is it possible to somehow obtain the graphic's width and height in pixels using a PHP function so that I can use it to open up a new window the exact width and height of the image (plus a few extra pixels) with my Javascript function that takes width and heigh parameters? Or will I have to get the image specs and place those into the database as well?




Bookmarks