i have a form which includes an id textbox and a name textbox.
how do i implement it when i will input a id which is integer and a corresponding name to that id in the databases automatically inputs in the name textbox as well?
i want to implement it in a oop approach so i have a class which will contain my function to query the database
and a have a form.php
and the action.php
can anybody help me, i've know that this will probably be using ajax or javascript
how do i implement it when i will input a id which is integer and a corresponding name to that id in the databases automatically inputs in the name textbox as well?
i want to implement it in a oop approach so i have a class which will contain my function to query the database
and a have a form.php
and the action.php
can anybody help me, i've know that this will probably be using ajax or javascript
Comment