Mysql select query with single row using where condition
<? php
$sql="select * from 'your table name' where name='saddam' ";
$query=mysql_query($con,$sql);
?>
<? php
$sql="select * from 'your table name' where name='saddam' ";
$query=mysql_query($con,$sql);
?>
Comments
Post a Comment