Ya my friends, I got one question wana ask u all, how can I make my
php to execute the program in windows
for example I want to execute or run my winamp file from my drive c
which is in c:/winamp/winamp.exe
how can I do it...
once I click on my php link, my link is able to make the winamp program run immediately
I've tried exec("") and system("") ;
but is not working
can anyone provide a sample on how to do it
thanks..