如何使用php从MySql数据库打印网页上的结果[关闭]
I have a school website, I have uploaded the students examination result to the database but now I want to make a search bar by which can the student search their result by typing their roll number. please someone give me the code. please
我有一个学校网站,我已将学生考试结果上传到数据库,但现在我想进行搜索 学生可以通过键入他们的卷号来搜索他们的结果。 请某人给我代码。 请 p> div>
@wajahat-aftab - you can always find a great tutorial to do this. Here are few of the links
- https://www.youtube.com/watch?v=N_S7_wg87GU
- http://html.net/tutorials/php/
- http://www.htmlgoodies.com/beyond/php/article.php/3472391
Basically you need to get the data, manipulate it and send it to the HTML page. Once you get the data in HTML you can present it any kind of look-n-feel as per your needs.
You can not expect exact answers for such questions - so I suggest you to be more specific with QUESTION and make sure that you also share the source code that you tried so far.