Make a php script open a file ?

Søren L

New member
I want to make a php script that will make the server open for example "lol.exe" or "lol.bat"
######Code######
<?php
$file=fopen("lol.bat","a");
?>
#####CODE#####
Is that right ?
 
Back
Top