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 am coding a really simple few php scripts for a fanclub listing type thing. And I know a problem in the future will be overwriting listings. Say I have fanclubs/fcname.php and then so-and-so registers a fanclub with the name fcname. It just writes over the original fcname. I am not really a regular user of php, and as such I don't have a wide knowledge of functions. How can I check to see if a file exsists?