Answer the question
In order to leave comments, you need to log in
How to display information?
What function to write for the link to make it work?
<?php
$Merop = mysqli_query($CONNECT, "SELECT * FROM `merop`");
while($row = mysqli_fetch_array($Merop))
{
echo"<tr>";
echo'<td><a href="/meropbl?action=show_merop&id='. $row['id'] .'">'. $row['merop_name'] .'</a></td>';
echo'<td>' . $row['merop_date'] .'</td>';
echo"</tr>"; }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question