|
Hi, i have a problem that i need solved. I have a movie website where users can view trailers. On the side bar i have a listing of the top 100 movies that i show in groups of 10 and a Php pagenation script. The movies are stored in the database and everytime the user clicks the next button he views the next group of 10 movies. The side bar is static and appears in every website page. The next and back links are something like this, page.php?movieid=10&top=2. The top variable calls out the next group of movies. I want a script that only reloads this div tag containing this information. I don't want the whole page to reload because it will also cause trailers to reload. Thank you in advance
|