This commit is contained in:
Dan Olson 2000-06-13 03:00:46 +00:00
parent 989519cac2
commit d6e56e762a

View file

@ -37,7 +37,7 @@ echo '<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0"> <TR vAlign
if ($conn) {
$query = 'SELECT n_date, n_user, n_news FROM news_main WHERE '.
'n_news LIKE ' . $search . ' ORDER BY n_date DESC';
echo $query;
echo "$query";
$result = @mysql_db_query (sqlDB, $query, $conn);
if ($result) {
$numRows = @mysql_num_rows ($result);