I am using JQuery Line Control Plugin for textbox, which include both images links text(which can be styled in either format) and it is proving me the html code for that which saves in MySQL database.
For Example :
If in Line Control Textbox I insert an image and a paragraph it saves in MySQL the below result
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4RDgRXhpZgAATU0AKgAAAAgABAE7AAIAAAAHAAAISodpAAQAAAABAAAIUpydAAEAAAAOAAAQyuocAAcAAAgMAAAAPgAAAAAc6gAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...and a lonbg garbage text like this" alt="" height="151" width="139"/>
<br><br>Summis cernantur possumus, sunt arbitror ea comprehenderit, ne multos quibusdam <br>distinguantur de multos est cernantur e e laborum arbitrantur do dolor e <br>excepteur iis laborum fugiat fabulas si nescius quem nostrud vidisse. Labore <br>pariatur in praetermissum qui laborum quem nam <br>
How can I show it in php page with the image ?
I know JQuery also so the solution with jquery will also accepted.