I have a value in a (single column) mySQL database which reads similar to this.
Entry1,Entry2,Entry3
I need to echo them in an unordered list. I had a look possible how can I query the database. Tried following (referencing an answer here) but keep getting and SQL error which essentially seems like an issue with the query.
$SQL = "SELECT mytableColumn(SUBSTR(mytableColumn, 0, INSTR(mytableColumn, ',')-1), mytableColumn) AS output
FROM mytableColumn";
Can you help?
'; }`? – Blue Jan 27 '18 at 16:05