you can try to use stristr function
$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
try this:
$username = $_SESSION['username'];
$sql = mysql_query("SELECT * FROM members WHERE username='" . $username ."'") or die(mysql_error());
$fetch_users_data = mysql_fetch_object($mysqlquery);
will show the mysql error
in toggle('hidden') function you must set the id. The id must be unique on the page, you have the id "hidden" for all divs.
Try this:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script language="JavaScript">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.