Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
[QUOTE=ardav;1398229]Make your url, e.g.: [url]www.example.com/users.php?id=372687[/url] Pick up the querystring 'id': [CODE]$id = mysql_real_escape_string($_GET['id']); $rs = mysql_query("SELECT ... FROM ... WHERE id = '$id'"); ...[/CODE][/QUOTE] Of course with this, you'd want to take two things in to account. First, the variable in double-quotes for the mysql_query() are a bit slower so …
The End.
johnmaguire2013