i have done all the things you said and still get the ?????
At the connection file i put:
$con_nit = mysql_pconnect($hostname_con_nit, $username_con_nit, $password_con_nit) or trigger_error(mysql_error(),E_USER_ERROR);
mysql_query("SET NAMES 'ISO-8859-7'");
mysql_query("SET CHARACTER SET 'ISO-8859-7'");
the table created is:
CREATE TABLE table_article (
id int(4) NOT NULL default '0',
article longtext,
article2 longtext,
article3 longtext,
filename varchar(50) default NULL,
filesize varchar(50) default NULL,
filetype varchar(50) default NULL,
bin_data longblob,
photo2 longblob,
photo3 longblob,
PRIMARY KEY (id)
) DEFAULT CHARSET greek, TYPE=MyISAM;
and my HTML file has the meta tag:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
still get ????????