violinallegro1996
New member
I want to know how to make a web-based notepad with a PHP script... any Tutorial links you guys would have?
By web-based, I mean, something that would fopen() the file, and then write to it, such as:
$file = fopen('name', 'w');
But with more added to it, of course...
By web-based, I mean, something that would fopen() the file, and then write to it, such as:
$file = fopen('name', 'w');
But with more added to it, of course...