0
Good morning, I want to update the database with the information I type in the input, as soon as this input loses Focus with onblur I want it to send the data to the php page that will update the database. example below.
<input type="text" size="2" id="n1" onblur="" value="<?=$aln->n1?>"></td>
From now on I thank you.
there is a need not to send the data in a form? ja tested via ajax?
– Cedric S.
I forgot to mention, I am not using form, I am using a table in which I put the student note that is Nota1.
– davidson Alves