Page 1 of 1

Small Problem???

Posted: Sat Mar 27, 2004 8:04 am
by Joe
Recently I have been thinking about making a script that allows you to view profiles but I don't know how. I would like to make it so that when the user clicks on someone's name to view their profile it does a query like:

http://www.mysite.com/members.php?u=1165

But how do i get the actual u=1165 query to work?

How should i go about doing this...

Regards


Joe

Posted: Sat Mar 27, 2004 8:36 am
by Illusionist
$user_id = $_GET['u];