21-04-23, 11:32 PM
<table border=1 cellpadding=5 cellspacing=0>
<?php
$conn=mysqli_connect('localhost','root','');
$db=mysqli_select_db($conn,'tadreeb');
$req="select * from employee where name='tyu'";
$query=mysqli_query($conn,$req);
while ($row = mysqli_fetch_assoc($query))
{
echo "<tr>";
echo "<td name=center>{$row['name']} </td> ,<td telephone=center>{$row['telephone']} </td>";
echo "</tr>";
/*"namess".$row['name']."<br>";*/
}
?>
</table>>
ارغب في البحث في القاعدة عن طريق مربع النص وعمل زر بحث
<?php
$conn=mysqli_connect('localhost','root','');
$db=mysqli_select_db($conn,'tadreeb');
$req="select * from employee where name='tyu'";
$query=mysqli_query($conn,$req);
while ($row = mysqli_fetch_assoc($query))
{
echo "<tr>";
echo "<td name=center>{$row['name']} </td> ,<td telephone=center>{$row['telephone']} </td>";
echo "</tr>";
/*"namess".$row['name']."<br>";*/
}
?>
</table>>
ارغب في البحث في القاعدة عن طريق مربع النص وعمل زر بحث

