PDA

View Full Version : [HELP] NEED HELP !!!



chrisgocrazyH
14-02-2008, 09:41 AM
Heyy Guys i need real help..


I need a form that writes into users/log.txt (dosent over write anything else in the txt file) like this name || password


PLEASE Help!!

I WILL REP!!

Forge
14-02-2008, 09:50 AM
I thought you could code? :s

And stop putting your thread titles as capitals. Its annoying.

Agnostic Bear
14-02-2008, 10:23 AM
I thought you could code? :s

And stop putting your thread titles as capitals. Its annoying.

Agreed, also:



<?php
$file = fopen( "log.log", "w+" );
fwrite( $file, "NAME || PASSWORD (obviously being gay and logging something like a '****" );
fclose( $file );
?>
To any php devs, i know what i did with the fopen mode ;)

Want to hide these adverts? Register an account for free!