Posted: Fri May 25, 2007 7:25 pm
What should I do with getimagesize()?
?
Code: Select all
if (getimagesize($path))
{
//it's an image path
}
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if (getimagesize($path))
{
//it's an image path
}