Hi to you guys,
I've just been trying to sort this out...I know how to prevent a page load / refresh and I know how to get PHP ID from a html href link...but I have no clue how I can get the value and prevent the page from reloading at the same time...In other words how to assign a function to a PHP link like this:
This doesn't refresh and it's fine:
echo "<a href='#' /></a>";
..but in order to assign ID do I have to insert a PHP page ?
echo "<a href='index.php?id=$value'/></a>";
So how to prevent the page from reloading while getting id...Thanks for comments.