$sql="SELECT * Year FROM sslc" Works Fine but when Condition is given its not working
$sql="SELECT Candidate, Father, Course, Year FROM sslc where Candidate LIKE '$Candidate' OR Father LIKE '$Father'";
2nd Code is working in localhost but when uploaded to server it says no data found