12.06.2011, 09:26
<?php
exec('cd \samp');
exec('start samp-server.exe');
echo "Server started!";
?>
nothing happens just loading forever
help will be appreciated
im running xampp apache on win
exec('cd \samp');
exec('start samp-server.exe');
echo "Server started!";
?>
nothing happens just loading forever
help will be appreciated
im running xampp apache on win