Category Pages
11 posts by 4 authors in: Forums > CMS Builder
Last Post: April 14, 2014 (RSS)
By Chris - April 14, 2014
Hi Michael,
Sorry, it looks like your variable is called $projectsRecord, not $projectRecord. Try this:
$where = mysql_escapef("core_category = ? AND num != ?", $projectsRecord['core_category'], $projectsRecord['num']);
All the best,
Chris
Chris