hi, i hv a situation here,
let say 1 visitor need to add one line of record into the script before it proceed to the next line of code, but wht if 100 visitor access con-currently, then wht will happen?
question
1. will the other visitor going to wait for the one to write to the text/csv file before they can proceed?
2. will some of the records going to mis-insert into the file?
3. What if i want all of their record 100 lines to be inserted nicely, wht is the better approch?
Thanks