I have fields in mysql database table caps that are imgpath and imgname. My image path is images/man/caps/ and image name is sun-cap.png. Now what I want to pick both of them via this query
select imgpath, imgname from caps;
Now how to concatenate them and display it in php so the output be might like this
images/man/caps/sun.cap.png
use it as