Display Record on Webpage using PHP

Advertisements

Insert Record in Database using PHP Search Record in database using PHP

How to Display Record on Webpage using PHP

To display all record from database on webpage; we write below mysql syntax

Syntax

<?php
include 'db-connect.php';

mysqli_select_db("tutorohx_rw", $conncection);

$sql = "SELECT * from  user ORDER BY  s_no DESC";  
$result = mysqli_query($sql, $connection);

?>

This code display all record in decending order.

display-record.php

Display Record

<table>

<tr><th>ID</th><th>First Name</th><th>Last Name</th></tr>
<tr>
<td><?php echo $row["f_name"]; ?></td>
<td><?php echo $row["l_name"]; ?></td>
</tr>

<?php

if ($result)
 {
  while($row = mysqli_fetch_array($result))
 {
?>

<?php
 }
} 
?>

</table>

Insert Record in Database using PHP Search Record in database using PHP

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements