Alright I have a script that needs to retrieve data from inside a mysql column. It need to be a speific column. Here is the database:
Database---users(table)---*username*(the column)----health(data needed)
**= i am using a login script and each person needs to sign up and a column thing is created in the users table (username, password, health, etc.)
How do i retrive the data in health from a certain user that is logged in?
<? echo $_COOKIE['user']; ?> that line echos the username of the logged in person on to the webpage.
Database---users(table)---*username*(the column)----health(data needed)
**= i am using a login script and each person needs to sign up and a column thing is created in the users table (username, password, health, etc.)
How do i retrive the data in health from a certain user that is logged in?
<? echo $_COOKIE['user']; ?> that line echos the username of the logged in person on to the webpage.





