I have this simple 'edit this page' script that won't work. I don't know why. I have tested the first two modules of code and they seem to work without any problem.
<?php
print "<h2>Edit this page</h2><p>";
//load up the text
$fp = fopen("./pinboard.txt", "r");
$content = fread($fp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.