Entering Data On Multiple Pages Using Php
- Forums
- MYSQL
- Entering Data On Multiple Pages Using Php
show me about Entering Data On Multiple Pages Using Php inserting database data into mysql using php script code [2305], Last Updated: Mon Jun 24, 2024
Hidimi
Tue Oct 13, 2009
1 Comments
627 Visits
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
the way you had it it would update all the pages, but with the examle i gave you it only updates the specified row instead of all of your rows in your table
https://www.webune.com/forums/entering-data-on-multiple-pages-using-php.html