what he's saying is that the ppi that is saved with the image is meaningless on the web (generally speaking). for web use, worry about the pixels x by y. it's generally best to save at the exact pixel size needed for the web page. scaling in the browser (i.e. style="width:30%; height:30%") will generally produce cruddy results.
per the original post:
I have about 200 hi-res photos that need to be changed to lo-res photos,
i.e., from 300 dpi to 72 dpi. Nothing else needs to be changed. The image
dimensions will remain the same, although the file size, of course, will be smaller.
nothing needs to be done, the file sizes will NOT be any smaller, that's what john's link shows.
As far as I'm concerned, this makes no sense twice.
maybe you should read it again, and get a cup of coffee. you seem a bit grumpy today. :)
here's another example from my site:
<
http://aikodude.tripod.com/difResTest.html>
the top image is "72ppi" the bottom one is "300ppi". the file sizes are exactly the same. they display the same on the web. it's only when you go to print them (or if viewed in a browser that respects resolution, i can't think of one off the top of my head) that you see the ppi difference, which is defined only in meta-data.