hey everybody!
I'm really bad at PHP and I need a form and script that can write to a txt file
the file is slogin_users.txt and I need it to be like this:
Username=" Testuser"Code:<form> <input type="text" name="username"> <input type="text" name="password"> <input type="button" value=" Register"> </form>
Password=" Testpass"
And it would output like this in the txt file
testuser, testpass<SPACE>testuser2, testpass2 Ect...
Thanks
Fire Cat


Reply With Quote

Bookmarks