Hi, in my DB table, i've got 2 fields :
formName +++ formQuestion
typeOne +++++++ question1
typeTwo +++++++ question4
typeThree ++++++ question2
First, i need to detect if, for example, typeOne exist. If typeOne exist, i need to echo the value of formQuestion associate with the typeOne row.
How can i do that ???
select formQuestion WHERE formName = typeOne ???