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!
Joe wrote:What exactly is your problem?. Are you getting errors perhaps?.
No errors, it's strange. I copied it over from another site and I just changed a few paths, and that's all, so I don't really understand why it's not working.
Sorry about the questions but I am just trying to get to the bottom of the problem. When it fails to work what are you resulted in?. A blank screen perhaps?.
Joe wrote:Sorry about the questions but I am just trying to get to the bottom of the problem. When it fails to work what are you resulted in?. A blank screen perhaps?.
I don't mind the questions at all. I am not resulted in a blank screen. All of this is for a CMS, and the file writing should write to a template file. And I have it so it will display a page with the smarty template system which is does successfully, but that isn't the problem. PHP doesn't show any errors or anything, it follows through as though it was working.
Are you sure the form is actually POSTING and that the html form has an element name tf?.
I fixed it, . For some reason the form input name was different for the text area's template information so php was grabbing nothing. Thanks for your help!