Notice: Undefined offset: 3 in /home/forthenature/www/functions/functions.url.php on line 61
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 '3' at line 17
SELECT
video.id as RecordID
, video.url as Url
, video.cat as Category
, video.caseid as CaseID
, video.front AS Front
, video_attr.name as Title
, video_attr.text as Description
FROM
video
LEFT JOIN
video_attr ON video.id=video_attr.id
WHERE
video_attr.lang_id=1 AND 1
ORDER BY
video.id DESC
LIMIT ,3