I have make post method to get method. But i cannot understand what are saying here.
Quote:
Originally Posted by abduraooft
then include the lab parameter in the links, along with page number.
|
This is my 1st php project. not familier with it very much. Can u pls tell me where should i include lab parameter in the links, along with page number.
Is it here
PHP Code:
<a href="chemicalprofile.php?id=' . $row['id'] . '"> '. $row['generalname'] . '</a></span></td>';
echo '<td>' . $row['Scientificname'] . '</td>';
echo '<td>' . $row['quantity'] . '</td>';
echo '<td>'. $row['reorder'] . '</td>';
echo '<td><a href="editchemical.php?id=' . $row['id'] . '">Edit</a></td>';
echo '<td><a href="delete_chemical.php?id=' . $row['id'] . '">Delete</a></td>';
echo '<td><a href="stock_chemical.php?id=' . $row['id'] . '">Stock</a></td>;