Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by los8005 ( 16 years ago )
<?php
 $file_array = file&#40;'uin.txt'&#41;;
 echo($file_array[0]);
 $file = fopen&#40;'uin.txt','w'&#41;;
 for($i = 1;$i<count($file_array);$i++){
 fputs($file,$file_array[$i]);
 }
 fclose($file);
?>

 

Revise this Paste

Your Name: Code Language: