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!
hi,
I have a path of a file in that form
c:\folderA\folderB\folderC....\folderZ\file.txt
I need only the file name.
What regular expression I can use to get it?
Thank you!