Right, I'm trying to read an html file as plain text with php. Reading line by line and then printing doesn't do what I want. If the following text is in an html file: "<a href="durrhurr.com">Link</a>" PRINT only prints a linked text "Link", I want it to print "<a href="durrhurr.com">Link</a>". Could someone who knows what they're talking about help with my noob question?
How do I make a form field larger?
How do I allow PHP to access a file for writing (it's in the same directory and is a .php file)?