[Proto-Scripty] Several posts (asynchronous) - could it be an issue?

2011-03-16 Thread DanielMerliMorais
Hello all, I have a web page to insert student's grades into a DB table. So, this is what I'm doing: 1 - A table is built dinamically with all the students names and one input for each other, which will be their grade; 2 - A submit button will call a function which will post all this data

[Proto-Scripty] Re: Several posts (asynchronous) - could it be an issue?

2011-03-16 Thread DanielMerliMorais
questions test, and 100 students, I would need to post 100*(5 (grades) + 5 (comments) + 1 (student's ID)) variables. Thanks again! On 16 mar, 10:01, Walter Lee Davis wa...@wdstudio.com wrote: On Mar 15, 2011, at 6:04 PM, DanielMerliMorais wrote: I'm assuming something like a session is created