Activity Stream
48,167 MEMBERS
61130 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member
    Website's:
    premium-links.net wanted-programs.com

    Default need 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;
        }
    }
    when i am using function this way

    Code: 
    $dlc = GetDownloadCount;
    i am always getting $dlc = 1

    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

  2.   Sponsored Links

  3.     
    #2
    Member
    why don't you just echo $xxxdlc?

  4.     
    #3
    Member
    Website's:
    premium-links.net wanted-programs.com
    i tried that i always got print as 1

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Basic step for SEO
    By dljawed in forum Whitehat SEO
    Replies: 7
    Last Post: 17th Oct 2012, 01:53 PM
  2. Statement from RapidShare on the closing of Megaupload
    By SJshah in forum File Host Discussion
    Replies: 11
    Last Post: 24th Jan 2012, 08:18 PM
  3. IF statement for phpbb3 ?
    By pi0tr3k in forum phpBB
    Replies: 5
    Last Post: 14th Oct 2011, 07:52 PM
  4. Privacy Statement / DMCA / Privacy Policy etc ( Blog )
    By viruz99 in forum Webmaster Resources
    Replies: 1
    Last Post: 30th Nov 2010, 06:56 AM
  5. Help needed ! Basic PHP
    By Netguy in forum Web Development Area
    Replies: 10
    Last Post: 26th Nov 2010, 02:34 PM

Tags for this Thread

BE SOCIAL