I have a problem with inner join statement in mysql. I have two table one is information and other is student.What i want when value of lname in student table and value in lname in information table are same then select fname from information.I got error…
$grad_stu1 = mysql_query("SELECT information.fname FROM information INNER JOIN student ON student.lpatel == information.lname;") or die($myQuery."<br/><br/>".mysql_error());
use single
=inMySQL