Hi,
i have a script that returns the search result in a table.
One column of the table is the name of a company and is returned as link:
<td><a href="engproductcheck.php?name=<?php echo $row_searchproducts['name']; ?>&id=<?php echo $row_searchproducts['mainengid']; ?>"target="_blank"><?php echo $row_searchproducts['name']; ?></a></td>
It works fine, except if a name of a company contains "&".
any ideas please?