I have the following line of code:
echo "<p> <a href = change.php?id=$contact[id]>change stuff</a></p>";
All i want to know is how to acess the attribute/variable "id" on "change.php".
Sorry if my grammar was confusing to understand.
I have the following line of code:
echo "<p> <a href = change.php?id=$contact[id]>change stuff</a></p>";
All i want to know is how to acess the attribute/variable "id" on "change.php".
Sorry if my grammar was confusing to understand.