I have been searching the google for the answer with no satisfactory outcome and needed human understanding. The question is how can I display a member's information to that member only and apply this to each member. I don't want to write a code for each member one by one, which I can do using something like
Code: Select all
$result = mysql_query("select * from users
WHERE username='THEUSERNAME'") or die(mysql_error());I need something like the user control panel of this forum or something much simpler.
I have created a database and table. That is all. I would be pleased if your answers were simple enough to address the newbie that I am