Forum Moderators: coopster

Message Too Old, No Replies

Queries for member accounts

         

dave1236

3:12 am on Mar 18, 2006 (gmt 0)

10+ Year Member



Quick question for group...

I am in the process of adding the ability for my registered members to check their accounts, and am struggling with the proper way to wirte a query that will pull the relevant records based on a users loginname.

Any advice is greatly appreciated.

dreamcatcher

7:38 am on Mar 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



SELECT * FROM table WHERE username = 'name' LIMIT 1

dc