i have textfield inside html table..i want after i type something like “name” in another cell can show all information or description about people who have that name…that information are take from “member_table”…
<tr>
<td>
<td>
<td><input type="text"........></td>
</td>
</td>
</tr>
<tr>
<td> //i want information show here
</td>
<tr>
what’s code for it?
Well the answer would be in 3 part.
modify this to
Now you need to write javascript
The third part is getting the required data from Mysql server from PHP.