add
05-17-2007, 05:36 PM
Hello,
i created a field content in link table and added this to suggest-link.php
$link['content'] = "alchimia web design milano progettazione realizzazione siti web alchimia web design milano alchimia web design realizzazione siti internet servizi internet portfolio news contatti alchimia web design web agency con sede a milano ט specializzata nello studio progettazione sviluppo e realizzazione di siti internet";
But scripts inserts only a part before 'ט' ("alchimia web design milano progettazione realizzazione siti web alchimia web design milano alchimia web design realizzazione siti internet servizi internet portfolio news contatti alchimia web design web agency con sede a milano ") so if i move any accented character at the start of text it will insert only small piece of text and the end will be the word before accented character.
Any idea why this may happen? Maybe db encodings, maybe some controls on inserting routines? Try it by yourself and you will see..
It's so frustrating.. Any suggestion is really appreciated because i'm trying to figure this out by hours with no success..
P.S.: field content in db is a longtext type
i created a field content in link table and added this to suggest-link.php
$link['content'] = "alchimia web design milano progettazione realizzazione siti web alchimia web design milano alchimia web design realizzazione siti internet servizi internet portfolio news contatti alchimia web design web agency con sede a milano ט specializzata nello studio progettazione sviluppo e realizzazione di siti internet";
But scripts inserts only a part before 'ט' ("alchimia web design milano progettazione realizzazione siti web alchimia web design milano alchimia web design realizzazione siti internet servizi internet portfolio news contatti alchimia web design web agency con sede a milano ") so if i move any accented character at the start of text it will insert only small piece of text and the end will be the word before accented character.
Any idea why this may happen? Maybe db encodings, maybe some controls on inserting routines? Try it by yourself and you will see..
It's so frustrating.. Any suggestion is really appreciated because i'm trying to figure this out by hours with no success..
P.S.: field content in db is a longtext type