AJAX 调用 php 并填充表格
我在数据库中有一个表用户。
它包含字段:id,username,password,email,phone
我想从 php 进行 AJAX 调用来填充表格。
<table>
<thead>
<tr>Nane</tr>
<tr>Email</tr>
<tr>Phone</tr>
</thead>
<tbody>
</tbody>
</table>
I have a table user in database.
It contains the fields: id,username,password,email,phone
I want to make an AJAX call from php to fill a table.
<table>
<thead>
<tr>Nane</tr>
<tr>Email</tr>
<tr>Phone</tr>
</thead>
<tbody>
</tbody>
</table>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是帮助您入门的步骤,对于这样的问题,有足够简单的信息可以找到您想要的内容。
Here's the steps to get you started, and with a question like this there is ample information that is simple enough to find what your after.