Greetings all,
It is driving me nuts, I cant figure out how to use exec, and it's vital for me that I make it work
else I can't force ftp to update userlist =(
I'm running Windows XP sp1 and apache 2-somthing =)
$exe = "C:\program files\program\file.exe -reload";
exec($exe);
this does nothing
what's wrong? I've tried numerious different ways to do it, but it just wont work
thanks
My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work
It is driving me nuts, I cant figure out how to use exec, and it's vital for me that I make it work
I'm running Windows XP sp1 and apache 2-somthing =)
$exe = "C:\program files\program\file.exe -reload";
exec($exe);
this does nothing
thanks
My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work