Back to Browse

How to search record from database in php mysql | Search record PHP mysql | Search PHP record | PHP

1.3K views
Premiered Jun 6, 2021
7:14

if(!empty($_GET['s'])) { $searchname=$_GET['s']; $query="select * from student where name like '%$searchname%'"; } else { $query="select * from student"; } $result=mysqli_query($connect,$query);

Download

0 formats

No download links available.

How to search record from database in php mysql | Search record PHP mysql | Search PHP record | PHP | NatokHD