Could you help here is the query cannot figure out where the problem is
Code:
if(isset($_GET['n'])){
$s=$_GET['n'];
$query="SELECT FROM student WHERE name LIKE '$s%' ";
$result=mysql_query($query,$db) or die (mysql_error()
if(isset($_GET['n'])){
$s=$_GET['n'];
$query="SELECT FROM student WHERE name LIKE '$s%' ";
$result=mysql_query($query,$db) or die (mysql_error()
<style type="text/css">
#div1 {
width:100px;
height:100px;
background-image:url(../photo/cake.jpg);
}
Leave a comment: