I want to store symbols like █ ▄ in my mysql db and show them with php. I tried to use ord and chr but it shows this symbol after: â
How can I do that?
Kind regards, Damon
I want to store symbols like █ ▄ in my mysql db and show them with php. I tried to use ord and chr but it shows this symbol after: â
How can I do that?
Kind regards, Damon
I think You cannot store logo directly to the database.
you have to get the link or url of the logo into a variable and then store this into database.