If I have a script like this: <?php system('notepad'); echo "ENDn"; It opens the Notepad program, but the script stops until Notepad is ended. I would like to open the program in the …
If I have a script like this: <?php system('notepad'); echo "ENDn"; It opens the Notepad program, but the script stops until Notepad is ended. I would like to open the program in the …