Jump to content

can some one explain this statement plz..


ronghel

Recommended Posts

From the SELECT at the start, we can see that query is a select statement which will return the data requested. descriptivetitle,units,prerequisite,corequisite are the columns of data it will select, while FROM subjects indicates that the data will be drawn from the subjects table. The WHERE subjects.subject = '" . $row['subject'] . "'" part is a conditional, telling the engine to only select records (rows from the table) where the subject field has the value of the variable $row['subject'].

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...