mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-23 17:40:53 +00:00
four
This commit is contained in:
parent
989519cac2
commit
d6e56e762a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue