Search found 4 matches

by MJL
2007-11-08 18:08:01
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 357666

ok I just removed all diacritics from my page so it runs as it suppose to...

but have 1 problem that still bothering me...


search working only if I match capital letter I want it to work to words wihtout capital match...

and if I have some actor who is like carrie-ann moss it will never find her ...
by MJL
2007-11-08 10:31:53
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 357666

some1 gave me a hint to insert into your php program every time after database will be open

mysql_query("SET NAMES 'cp1250'") or die('Could not set names');

any chance guys u know where exactly this to put to have correct character set on my pages ?

would be coll add this option to config.inc to ...
by MJL
2007-11-07 17:32:40
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 357666

I used option iso-8859-2 but no result
then I tried windows 1250 and was some success but there are still some (not many but still) question marks where should be some cz words...

check my site and pls try to help

http://prcino.uvadi.cz/

also I tried to load sql database in windows 1250 too and ...
by MJL
2007-11-07 14:59:33
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 357666

have a little problem..

I have my database in Czech language but on my page with this program it shows bad letters do I need only to change in index.php that charset=iso-8859-1 to my language (which I dont know:( or there is problem that I imported my database with word check option utf8 ?