View Single Post
Old November 22nd, 2006, 11:53 AM   #10 (permalink)
daily10
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 52
$getUrl = @file($downloadurl);

$imgtags = array();
$processed_data = check_tags($getUrl, $allowed);

if ( count($imgtags) > 0 )

where is $imgtags assigned the number of images in the folder?
daily10 is offline   Reply With Quote