Win2K Server SP3
IIS 5
PHP 4.2.3
this code only works if php is ISAPI. any ideas? all help is greatly
appreciated.
ben
-
$returnit");
?>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$t < count($files_array); $t++){
echo("$files_array[$t]");
}
echo("");
echo("");
break;
}
//
/*END SWITCH 'CASE' */
//
?>
"Ben
attached is a script i wrote to open a file, display it's contents in a
textarea, then submit to a different case where the file is re-written.
what i notice is that when there is a blank line, after re-writing that
blank line gets doubled. so there are now two blank lines where there was
one. wh