PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a form with 2 inputs (type=text), i.e. id and name.
when I click button Read, php reads info from database about id and name.
my question is:
how to set values (id and name) to these 2 inputs from php code?