|
12-30-2003, 05:26 AM | #1 |
Green Mole
Join Date: Dec 2003
Posts: 8
|
search counter
is it possible to count the searchs and show it on the homepage??
|
02-05-2004, 05:07 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Perhaps try using a query like the following:
Code:
SELECT count(*) FROM logs;
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |