I have a xhtml form with a with options
if I click submit the processing page is loaded and the result of the form is
shown.
The option given to the processing page however is always the same: the first
in the list. It doesn't matter what I select in the drop down menu, the value
of $_POST['nameO
I have a shell script I want to run which generates an html page after it
runs some tests on the software I am writing.
I call the script with exec(…);
The tests take more than 2 minutes to complete.
If I try to run more than one test at the same time: trouble.
I want to solve this by checki
2 matches
Mail list logo