hi
Basically i run a site where i add funny videos constantly. the problem is every video i add has to be at the end of the list. usually on the last page.
EG..
vid 1
vid 2
vid 3
Now when i have a new video to add to the list eg vid 4 i have this problem
vid 1
vid 2
vid 3
vid 4
This means my newest content is now at the bottom of the list/on a 2nd page. thus users viewing my site dont see my new content.
I could add them at the begining but this would mean messing around when i have to much content for one page. e.g moving vid 1 to page 2 when adding vid 4.
e.g.
PAGE 1
vid 4
vid 3
vid 2
PAGE 2
vid 1
What im looking for is a php script that i can simply add new videos to + rating + description and it will add them to teh top of the list
eg
Vid 4
Vid 3
Vid 2
Vid 1
winamp use a simular script that i need with there winamp skins.
http://www.winamp.com/skins/browse.p...ry=999&ctype=S
I know im not the best at communicating but if anyone could help me it would be massivly appreciated. You can see my site at
www.omnic.co.uk to see what my problems is. view a video section and you'll see all my newest videos are on the last page.
Thanks
Jonathan