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 hope someone can help me with this little problem I'm having.
I'm using vprintf and would like to escape a % in the string so that it doesn't assign a value to it. I tried '\' and '%' but they didn't work. It just read them literally. Is this possible?