I want to take the data of a row into a table displayed in a page and pass it into the url, so that then I can take those parameters and put them into a form.
<td><a value="edit" href="add.php?Field1=<?php echo $row['Field1'];?>"></a>Aggiungi</td>
I've managed to get the first parameter, but I can't find the method to add more of them into that line of code.
I've tried to add another field using '&' or ';' but I can't find a solution that actually puts the second field into the url.
$row) which you wish to put into the query string. How does it not fit your case?</a>should be after "Aggiungi"