📜  使用html后台数据库给fina学生取名——C编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:42.134000             🧑  作者: Mango

代码示例1

T4Tutorials.com

Form program

show output student name and roll number

Enter Name

Enter Roll number

name=$_POST['name']; $a->rno=$_POST['number']; echo"Name of student= $a->name
"; echo"Roll number of student= $a->rno"; } ?>