PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I just discovered an error in a script - but it has been functioning nonetheless for years.
I'm using a script named club_store_parser.php. But I discovered that in another script I have a link to it as club_store_parser.htm (and there is no document with that name anywhere).
You could be mod_rewriting all .php to .htm, you could also have .htm as a PHP handled file (which would not affect normal .htm files except for overhead of parsing them for PHP). Your host could have also done this