select section_id from cms_pages where id=\'630
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 '\'630' at line 1
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in
/usr/www/users/cathtele/cra/cms.php on line
209
select id, timestamp from cms_elements where page_id=\'630 and element_num=1 and language_id='1' and status='live'
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 '\'630 and element_num=1 and language_id='1' and status='live'' at line 1
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in
/usr/www/users/cathtele/cra/cms.php on line
244
select parent_id from cms_pages where id=\\\'630
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 '\\\'630' at line 1
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in
/usr/www/users/cathtele/cra/cms.php on line
66
select s.name from cms_pages as p, cms_sections as s where p.section_id=s.id and p.id=\\\'630
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 '\\\'630' at line 1
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in
/usr/www/users/cathtele/cra/cms.php on line
71
Top of page