Choose from a list

2 posts by 1 authors in: Forums > CMS Builder
Last Post: March 1, 2019   (RSS)

By andreasml - March 1, 2019

I think i fixed the problem. Just a pair of '' were missing. 

SELECT CONCAT (fullname, " ", name)
  FROM `<?php echo $TABLE_PREFIX ?>accounts`
  WHERE hospital='<?php echo $CURRENT_USER['hospital'] ?>'
  ORDER BY fullname