Jump to content

Zezombia

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Zezombia's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I'm posting this from an AJAX script: <?php $file = fopen('log.txt', 'a'); fwrite($file, '\r\n' . $_GET['name'] . ': ' . $_GET['text']); fclose($file); ?> Unfortunately it literary writes \r\n instead of creating a new line. What's the proper method of doing this?
×
×
  • 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.