I'm trying get a url from MySQL database and display on <img>
on PHP file, I get url perfect but when I put on background-image:url
always disapear slash bar /
.
My database with url
My code
I get from database url using a query and I put:
my generate code (chrome console)
Why slash bar was disapeared?
Any suggestions?
UPDATE (using another part of code)