Get info about of my table
Posted: Sat Jun 28, 2003 5:48 pm
I'm a n00b
I got a users database. You got
ID
Name
Password
Email varchar
Team varchar(30)
PRIMARY KEY (ID),
UNIQUE KEY Name (Name)
I got a join page and it adds in all the data and i've even got a login page where it checks the name and password however is there a way to echo out the intro a the set logged in person? Eg Hello $Name, Your in Team $team. All emails hav been sent to $Email
I'm total lost i hav found ways so echo out the whole a arry but i only want to echo out for the loggin user.
I got a users database. You got
ID
Name
Password
Email varchar
Team varchar(30)
PRIMARY KEY (ID),
UNIQUE KEY Name (Name)
I got a join page and it adds in all the data and i've even got a login page where it checks the name and password however is there a way to echo out the intro a the set logged in person? Eg Hello $Name, Your in Team $team. All emails hav been sent to $Email
I'm total lost i hav found ways so echo out the whole a arry but i only want to echo out for the loggin user.