Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [Solved]: Question regarding query in index.php  (Read 1984 times)

0 Members and 1 Guest are viewing this topic.

net

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 88
[Solved]: Question regarding query in index.php
« on: March 19, 2008, 11:27:02 pm »

Hi,

I have a question regarding this part in the index.php

Code: [Select]
        $result = cpg_db_query("SELECT count(*) FROM {$CONFIG['TABLE_PICTURES']} WHERE 1 $current_album_set AND approved='YES'");
        $nbEnr = mysql_fetch_array($result);
        $picture_count = $nbEnr[0];
        mysql_free_result($result);

What exactly does this do?

Thanks!
« Last Edit: March 19, 2008, 11:34:08 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: Question regarding query in index.php
« Reply #1 on: March 19, 2008, 11:32:12 pm »

Counts the number of files in the database.
Logged

net

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 88
Re: Question regarding query in index.php
« Reply #2 on: March 19, 2008, 11:33:52 pm »

Thanks.
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.