Hey i m writing a code to resolve captcha and resolve barcode data from 2 different images using php. the images that needs to be resolved is in the same directory as the code. But the code isnt fetching it. Anyone any help on this function? The part of code which fetches the image is below.
public function setImage($img = "php_captcha")
{
if(!$this->LoadImage($img.".png")) echo "Image has not been found";
}
Its appreciated if anyone can help on this function. this one works for my other codes but here i m a bit confused. If you need full code I will post it if asked for.