I want to recall one line from the file and transfer it into a form, where I can edit it and then click save and change it. The address to the form will read myscript.php?client=$filename&code=$line.
$filename will be the file with the line.
$line will be the number of the line.