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!
When using fopen to create a file, PHP automatically escapes any quotation marks. How can I get around this? I've looked up stripslashes in the PHP manual but at the moment it's way over my head.
The reason I wanted to get rid of them is because the script is writing HTML files based on input from visitors to the website, and the vast majority will include quotation marks at some point.