Forum Moderators: open
$result = mysql_query($query) or die("The query has failed");
and this is the corresponding HTML
while ($line = mysql_fetch_array($result))
{
print"
<tr>
<td width=\"14%\">$line[bookCategory]</td>
<td width=\"14%\">$line[bookAuthor]</td>
<td width=\"14%\">$line[bookTitle]</td>
<td width=\"14%\">$line[bookISBN]</td>
<td width=\"14%\">$line[bookPrice]</td>
<td width=\"15%\">$line[bookContact]</td>
<td width=\"15%\">$line[bookRate]</td>
</tr>
In my database i have category Antropology but still its not pulling the results. buy it doesnt show any error
Any suggestions.
thanks
Deepak
[webmasterworld.com...]