<?php $tempName = tempnam(sys_get_temp_dir(), 'test'); $handle = fopen($tempName, 'w'); $line = fgets($handle); fclose($handle);
You have javascript disabled. You will not be able to edit any code.