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 and trying to read a file file file(). The filename I am using needs to have astericks "*" in the name. PHP says " File not found if I use the *'s but if I put the full file name in it works fine. Any suggestions? I have tried escaping the *'s but no luck there.