Recent content by violinallegro1996

  1. V

    PHP-Script for a web-based Notepad?

    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...
  2. V

    PHP-Script for a web-based Notepad?

    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...
Back
Top