$fh = fopen($myFile, 'a')
$stringData = "anything";
fwrite($fh, $stringData);
Does anyone no a piece of code or a function that will not make the file just add the code on the end but at a cetain area/line or after a certain word because I am trying to make a php file that can write to a php file at a certain place