Quote Originally Posted by t3od0r View Post
you can try to use stristr function

PHP Code: 
$download_link shareonlinebizupload($filename,$filelocation,$user$pass); // Let's upload
if(stristr($download_link,'share-online.biz')) echo 'uploaded';
else echo 
'failed'//or upload again 
So I have to add

PHP Code: 
$download_link shareonlinebizupload($filename,$filelocation,$user$pass); 
in the ELSE?
skinner Reviewed by skinner on . Check if upload failed Hi, which is the best way to check if 1 upload, for example to RS, failed and then reup again? Thanks Rating: 5