Hello i have made my own movie script with database when user click to movie image its shows movie_info.php?id=3. I want to add there rating script of any movie i downloaded ajax rating system added database and then added code in movie_info.php page but its showing same rating in all movies my movie database tables are: and rating script database is how to setting up so it shows every movie different rating?
It would be easier to alter table "movies" and add the new fields to the end, excluding 'id'. Then of course edit your ratings script to collect information from "movies" instead of ratings, things like UPDATE and INSERT TO