I couldn't find much help while I was looking for my answer that's the reason for the question on here.
Basically I have this bit of code :
<a href="manage/10000' . $user["user_id"] . ' " class="user_grop">More Info</span></a>
now how is it possible to get what I am passing ?
Do I make a php file called manage.php ? if so what makes it so that it looks at manage.php ? and then get it through $_GET but how is it possible ?
I am not sure how to go about it so I would appreciate any of yours suggestions.
Thanks