<?php $fp = fopen('php://output', 'w'); stream_filter_append($fp, 'string.toupper', STREAM_FILTER_WRITE); fwrite($fp, "Code de lancement: 151215"); fclose($fp);
You have javascript disabled. You will not be able to edit any code.