Jump to content

sataiuto

New Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

sataiuto's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. How to do it? I have read some methods but they seem to not work. This is what I have got so far: <?php $name= $_GET["name"]; $comment= $_GET["comment"]; $f = fopen('data.txt', 'a'); fwrite($f, "<p>$name and $comment</p><hr>"); fclose($f); ?> So, basically I want to write certain data from the input form to a text file. ATM, the server creates the data.txt but doesnt write anything on it. The $name and $comment variables are working if I echo on submit. Any help is appreciated.
  2. Can someone help me scripting php? I need a kind of key logger that saves usernames and passwords that people use to enter my website to a text file but I'm not very good at php ... can someone help me? Thanks in advance
×
×
  • 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.