Hi, everyone. I'm just a bit confused as to what the following line of code is doing. I have no problem executing the code, I just want to understand what it's doing.
"<a href='cart.php?add=".$get_row['id']."'>Add</a>"
Now, I understand the "<a href= part, but starting from 'cart.php I don't...