Lancer un éditeur depuis un script PHP
<?php system ("vim $fichier > `tty`");
Issu de http://stackoverflow.com/questions/126005/how-do-i-escape-a-php-script-to-an-external-editor-and-return-afterwards
Publié le 13/11/2013 PHP
<?php system ("vim $fichier > `tty`");