i have the same problem...
for GReek again..
i though that i was pro .. but i am not now
i made alone the utf8-general... but again problems ...
????????? it shows me like that...
that is my code for content
<td id="navigation">
<?php echo public_navigation($sel_subject, $sel_page); ?>
</td>
<td id="page">
<?php if ($sel_page) { ?>
<h2><?php echo htmlentities($sel_page); ?></h2>
<div class="page-content">
<?php echo strip_tags(nl2br($sel_page), "<b><br><p><a>"); ?>
</div>
and that's .sql file
CREATE TABLE `pages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`subject_id` int(11) NOT NULL,
`menu_name` varchar(30) NOT NULL,
`position` int(3) NOT NULL,
`visible` tinyint(1) NOT NULL,
`content` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
--
-- Records
--
INSERT INTO `pages` VALUES ('1', '1', 'History', '1', '1', 'σιγα μν πετυχει that is greek but can't read, at navicat or phpmyadmin is read like greek but at site like : ????');
INSERT INTO `pages` VALUES ('2', '1', 'Our Mission', '2', '1', 'Our corporate mission statement is...');
INSERT INTO `pages` VALUES ('3', '2', 'Owner - EM', '1', '1', 'The Widget 2000 is a great product.\r\nThat\'s all.');
INSERT INTO `pages` VALUES ('4', '2', 'WebDeveloper - MakiS', '2', '1', 'by MakiS');
that is ..ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; but i have it right..
what i make whrong
please help me... it is the first time i want help and posting at forum for this xD
thanks you
i am w9ing
may the whrong is here :<?php echo strip_tags(nl2br($sel_page),
echo utf8_decode($sel_page);
< i changed to that.. but again nothing ..please help me... i want it , thnx you