12.06.2011, 11:12
ok i figure out now i can run commands in exec on my comp .. but now when i run i get samp-server.exe not found any one knows why?
hhere is my code
hhere is my code
Код:
<?php exec("cd C:\\xampp\\htdocs\\samp"); exec("start samp-server.exe"); echo "Server started!"; ?>