Hi all!
I have a question regarding the PHP function system(). Is this function restricted in any way when it comes to what kind of programs it can call? When I call a really simple program just writing some stuff to the screen it works, but when I try to call my even more simple program that modifies hardware port addresses, nothing happens! (The program is not executed). The test program uses inb() and outb() C functions and works great from the command line. (obs, i use slackware 10.0 and apache).