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?