MN Forum
utf-8 databse - Printable Version

+- MN Forum (http://forum.mn-shop.com)
+-- Forum: Products (http://forum.mn-shop.com/forum-products.html)
+--- Forum: Ask a Question (http://forum.mn-shop.com/forum-ask-a-question.html)
+--- Thread: utf-8 databse (/thread-utf-8-databse.html)



utf-8 databse - promisz - 04-08-2013

Hello!
I add title this: áéáéááé
In database: áéáéááé

where to insert this:
mysql_query("SET NAMES 'utf8'")

???


RE: utf-8 databse - promisz - 04-11-2013

Admin please answer.
Thanks


RE: utf-8 databse - Admin - 04-12-2013

Hello,

I don't have enough info to answer. What script are you talking about? What exactly do you want to do? What script version you have?

Regards!


RE: utf-8 databse - promisz - 04-12-2013

PES PRO 1.8.8
When i add webpage title with special character (áéüű) then show áà on the site and in database. I would like fix it.


RE: utf-8 databse - Admin - 04-12-2013

Hello,

Open "system/config.php" and try to insert

PHP Code:
Hidden content for guests 

After

PHP Code:
Hidden content for guests 



RE: utf-8 databse - promisz - 04-12-2013

Thank you!

I would like to add special characters to be in the title.
PHP Code:
Hidden content for guests 

Special characters:
PHP Code:
Hidden content for guests 

?


RE: utf-8 databse - Admin - 04-12-2013

Hello,

I don't recommend you to do that (security reasons), but if you want to allow special characters, remove this code

PHP Code:
Hidden content for guests 

Again, I don't recommend to do that.


RE: utf-8 databse - promisz - 04-12-2013

PHP Code:
Hidden content for guests 

It's ok?


RE: utf-8 databse - Admin - 04-13-2013

(04-12-2013, 11:57 PM)promisz Wrote: Hidden content for guests

No, is not, if you want to allow special characters, you have to remove this part.


RE: utf-8 databse - promisz - 04-13-2013

I would not like allow the all special characters only "áéíóöőúüűÁÉÍÓÖŐÚÜŰ" characters.