01273 818170

Opening times:
Mon - Sat: 11am - 6pm
Sun: 12 noon - 5pm

Address:

104 Trafalgar Street
Brighton
East Sussex
BN1 4ER

Map

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 '-15,15' at line 1

SELECT rm.title, rm.image, rm.price, rm.uniqid, rm.slug, rm.outofstock, rm.format_cd, rm.format_vinyl, rm.format_dvd, DATE_FORMAT(rm.dateposted, '%d-%M-%y') AS sortdate, ra.artist, ra.artist_slug, rc.category, rc.category_slug, rl.id AS label_id, rl.label, rl.label_slug FROM rkmusic rm, rkartists ra, rkcategories rc, rklabels rl WHERE rm.artist = ra.id AND rm.label = rl.id AND rm.category = rc.id AND rm.outofstock != 'yes' AND rc.category_slug = '' ORDER by rm.dateposted DESC LIMIT -15,15