am trying to output images from database via json. the code below displays the image name eg mutago.jpg.
i want to display the real image in directory upload. i have trie this belowCode:chat_div.innerHTML += response.messages.message[i].user_image + '<br />';
Any helpCode:chat_div.innerHTML += <img src="upload/ ' response.messages.message[i].user_image +'"> '<br />';



Reply With Quote

Bookmarks