Date: 2025-03-04 14:04:38
Score: 2.5
Natty:
Database insert and select
=35 and percentage0)
{
echo "SnoSnamePercentage";
while($row=mysql_fetch_assoc($result))
{
echo "";
echo "".$row['sno']."";
echo "".$row['sname']."";
echo "".$row['percentage']."";
echo "";
}
echo "";
}
else
{
echo "Table is empty";
}
mysql_close($con);
?>
Reasons:
- Low length (0.5):
- No code block (0.5):
- Contains question mark (0.5):
- Low reputation (1):
Posted by: Om Jaiswal OFFICIAL OM GAMER