What is wrong with this code? It's not working $sql = ("SELECT  id, title, price, textbooks_id FROM `books`, `textbooks` WHERE books.id= textbooks_id.id  LIMIT 1  "); Nerakar M G: $query = mysql_query($sql) or die (mysql_error());
                       
                           
                       
                     ↧