this is my updated link:
<a href="Portfolio.php?val="'.$row['profile_name'].'" id="link">
and this is my updated SQL query
"SELECT *
FROM profile
WHERE profile_type = value=".$_REQUEST['val']."";
at the moment this is bringing back nothing does this code look correct or do i need to alter it in anyway ??
any help would be much appreciated.
hreflikePortfolio.php?id=1and then you can use$_GET['id']to read it back when that page is loaded. And make sure to properly sanitize it before using on the SQL query.href=""that is within the link wont actually be used @Prixvalueis not valid as attribute for the<a>tag.