Jump to content

ralphi91

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ralphi91's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thanks for that, it works perfectly. now to password protect the notes?
  2. yeah hit us up with that one, sounds more professional than the one i have at the moment.
  3. well i need some tips and hints on what to go to next or something at least
  4. i would like to make a notepad to save and load things from a text file stored on my webserver. I would like to have 3 buttons, "save", "load" and "refresh". I am not good with php and i have found the following parts of code that would probably be useful in creating this. <?php $myFile = "71637213418#$%.txt"; $fh = fopen($myFile, 'w') or die("can't open file"); $stringData = "$text; fwrite($fh, $stringData); $stringData = "----"; fwrite($fh, $stringData); fclose($fh);//sending php?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.