Ok, thats some code I have so far...
You see the bit that says:
// Delete $file[$x] HOW?!
HOW would I delete that line? And i needs to be deleted aswell, not just replace by an empty string. Say the file was like this@
matthew
howard
boyle
and I wanted it to say:
matthew
boyle
How would I remove that second line? or $file[1] ?
Also, a few other questions...
$who[$p] = $olduser;
That line is correct right? I can assign an array like that? It doesnt need dimensioning first like VB?
fwrite($fp,' rn' . "$oc" . 'rn ?>');
That would write:
2
?>
If $oc was equal to 2?
Thanks for any help in advance.
Cheers
