?width?With this form I upload image to dir & put data t
Posted: Wed Sep 13, 2006 10:18 pm
So i'm uploading images and inserting image name and image location to MySQL database...
I looking for ways to read the image's WIDTH and inserting that number into another field on the database
how do i do this?
currently i'm using $_FILES['image'] to read its name and the form uses the POST method. I tried using imagesx(), but it doesn't work.
any help???
I looking for ways to read the image's WIDTH and inserting that number into another field on the database
how do i do this?
currently i'm using $_FILES['image'] to read its name and the form uses the POST method. I tried using imagesx(), but it doesn't work.
any help???