top5 tutorials script
ive got some tutorials on my website and want to create a top 5 viewed tutorials that automatically updates its self! is this possilble???
help much appreciated
Login |
top5 tutorials scripttop5 tutorials scriptCurrently viewing this thread: 1 (0 members and 1 guests) top5 tutorials script ive got some tutorials on my website and want to create a top 5 viewed tutorials that automatically updates its self! is this possilble??? help much appreciated Simple, you add a column in your tutorials table name something like "viewed", each time someone go on a tutorial page, it increase the viewed number. For the top5, a simple sql command like "select * from `tutorials` order by `viewed` desc limit 5". i dont no any sql ive already got a php script on how many views the tutorials have had. any ideas on where i can learn how to do it? thx for ur help |
Copyright ©1999-2008 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.0062 seconds.