I'm trying to interface PHP with a database system. I need to be able to send commands to the command prompt using PHP. I have a computer on Windows 98 set up as a server with Apache and PHP installed, I would appreciate any hints as to how to send a command to the command prompt using PHP.
EDIT: I meant that I am looking for how to execute actual command prompt queries from PHP, not PHP queries - the best answer, I suppose, would be to the question of how can I just use PHP to send the command prompt the "dir" command?
Thanks in advance.