S
S
savalanich2015-11-03 20:28:36
PHP
savalanich, 2015-11-03 20:28:36

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

1 answer(s)
I
Ivanq, 2015-11-03
@Ivanq

In the cycle
Then we will judge)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question