Thread: Most popular
View Single Post
Old July 27th, 2004, 10:38 AM   #4 (permalink)
fatma
Member
Verified Customer
 
Join Date: May 2004
Posts: 93


I have this code withen php file to display a photo in the home page:

//Display Setting (Changes to fit your page)
$q_switch = "popular"; // "random" or "most_views" or "latest"
$limit = 1; //number of image to show
$table_width = "100%"; //width of the table generated
$column = 1; //number of columns of the table generated
$photo_cell_align = "center"; //alignment of those cells

---------

and as you see the variable $q_switch takes different values, I want to know the proper value for the popular photo.
fatma is offline