Unable to connect to database !
1064 <- 오류번호
SELECT
Count(*)
FROM
board_v09
AND ( b_category = '상가' OR b_category like '%|상가|%' )
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND ( b_category = '상가' OR b_category like '%|상가|%' )' at line 5 Warning: mysql_fetch_row() expects parameter 1 to be resource, integer given in /home/hosting_users/yu824989/www/inc/lib.php on line 2796
Unable to connect to database !
1064 <- 오류번호
SELECT
*
FROM
board_v09
AND ( b_category = '상가' OR b_category like '%|상가|%' )
ORDER BY
rand()
LIMIT
0,15
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND ( b_category = '상가' OR b_category like '%|상가|%' )
' at line 5 Warning: mysql_num_rows() expects parameter 1 to be resource, integer given in /home/hosting_users/yu824989/www/inc/lib.php on line 3047