Please Help Me
I have a html/php web site that calls on a perl program to manipulate information given from the html/php page. The html/php page creates txt files for my perl program to work, where the php script executes the perl script. Then the perl program creates an Excel file and a Tab delimited file, which the html/php page will provide links to access these 2 files.
My problem is what if two, three, four, etc...simultaneous users access my web page and hit the submit button at the same time. how do i create code in which these individuals have there own information instead of another one's information?
|