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'm setting up an extremely simple CMS system that just writes to a text file on submission. The only problem is, if the update file is executed as it stands now, the $_POST['content'] variable is empty and it effectively deletes the content of the text file. Any Ideas?