I need them

how get value attribute from mysql and set another attribute in same table

how to get value attribute –

SELECT foo FROM daTable

how to set another attribute –

UPDATE daTable SET bar = 937

sorry if this doesn’t fit your scenario, but you really didn’t give very much information in your question at all

tanks i know that i need mysql with if statement in php give value for another attribute

like i have field grade and assessment

i need get grade cnvert to assessment (A+,A,…etc)

please do a SHOW CREATE TABLE for your table

and then give some sample rows, along with a better explanation of what you want…