i need some help with a question. i will try to explain as best as i can.

i have a script which is in php and i have a mysql database query that's not doing what i wanted to do.

i want to be able to enter my datab into multiple pages.

for example, i have a blog and i want to associate each page which are related so i wan to update all the related pages this is how it my query looks like

$query = "INSERT INTO blogpages SET relatedpage = 25";

somehow its updating all the pages