Small Problem???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Small Problem???

Post 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
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

$user_id = $_GET['u];
Post Reply