I have a database containing a table with records of pictures in an album. I have moved many of these pictures to another location and need to reflect that change in my database.
The problem is that I'm using phpMyadmin and cannot change all of the 68 records at once. Is there a query I can write or a php script I can use to make the change?
I have no knowledge of MySQL or of php programming. I'd appreciate any help you can offer.
If you do not give it a limiting clause, like "where" then it will update all the records in the table.
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
Must read Review for Serious PHP Developers
NuSphere PhpED 5.5
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.5
(a popular PHP IDE) and
NuCoder 2.0
(a PHP Encoding Utility), read up on all the details.