Hello ,
Can anybody tell me that is wrong in this statement$data = mysql_query("SELECT Column1 FROM '$tbl_name' WHERE Column2 = '$image'");
I then triedecho $data;
- But no result
Basically i want to retrieve the value of Column1 where the value of Column2 is equal to the value stored in variable $image