View Single Post
Old 11-17-2012, 01:23 AM   PM User | #4
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,247
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Quote:
Therefore the index file I am talking about will be:

c:\\Desktop\User\Pics\Volvo S80 parts\Volvo S80 parts.php

It has to be .php extension.
This makes no sense. If it has a ".php" extension then it must be a PHP *PROGRAM* page. That's nutso. You should have a single PHP program page (though why does it *HAVE* to be PHP? Why not JSP or CGI? If you aren't a programmer, why do you care?) that is capable of finding AND READING and working with *ALL* the varioud index files.

It would make more sense to have
Code:
c:\\Desktop\User\Pics\Volvo S80 parts\pixtureIndex.idx
That is, use a custom extension that the PHP (or other) program page can look for and work with. One page that can handle *ALL* the index files.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote