Results 1 to 3 of 3
-
23rd Dec 2009, 08:22 PM #1OPMemberWebsite's:
premium-links.net wanted-programs.comneed help with basic sql statement
am i correct
Code:function GetDownloadCount() { if($dlsql = mysql_connect($GLOBALS['server'], $GLOBALS['login'], $GLOBALS['password']) and mysql_select_db($GLOBALS['db'], $dlsql)) { $dla = mysql_query("SELECT * FROM pl_dl WHERE dltext='dlcounts' "); $infdl = mysql_fetch_array($dla); $xxxdlc = $infdl[2]+1; mysql_query("UPDATE pl_dl SET dlcount = '$xxxdlc' WHERE dltext = 'dlcounts' "); mysql_close($dlsql); return $xxxdlc; } }
Code:$dlc = GetDownloadCount;
please help me.?RaJ? Reviewed by ?RaJ? on . need help with basic sql statement am i correct function GetDownloadCount() { if($dlsql = mysql_connect($GLOBALS, $GLOBALS, $GLOBALS) and mysql_select_db($GLOBALS, $dlsql)) { $dla = mysql_query("SELECT * FROM pl_dl WHERE dltext='dlcounts' "); $infdl = mysql_fetch_array($dla); $xxxdlc = $infdl+1; Rating: 5
-
23rd Dec 2009, 08:44 PM #2Member
why don't you just echo $xxxdlc?
-
23rd Dec 2009, 08:46 PM #3OPMemberWebsite's:
premium-links.net wanted-programs.comi tried that i always got print as 1
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Basic step for SEO
By dljawed in forum Whitehat SEOReplies: 7Last Post: 17th Oct 2012, 01:53 PM -
Statement from RapidShare on the closing of Megaupload
By SJshah in forum File Host DiscussionReplies: 11Last Post: 24th Jan 2012, 08:18 PM -
IF statement for phpbb3 ?
By pi0tr3k in forum phpBBReplies: 5Last Post: 14th Oct 2011, 07:52 PM -
Privacy Statement / DMCA / Privacy Policy etc ( Blog )
By viruz99 in forum Webmaster ResourcesReplies: 1Last Post: 30th Nov 2010, 06:56 AM -
Help needed ! Basic PHP
By Netguy in forum Web Development AreaReplies: 10Last Post: 26th Nov 2010, 02:34 PM
themaRegister - register to forums...
Version 3.54 released. Open older version (or...