iconv() problem
Posted: Mon Jun 14, 2010 1:51 am
Hi,
I got problem with iconv()
I use this script, and its work fine on my computer, on my servermachine
but when I put that on server (internet) I got error message:
Fatal error: Call to undefined function: iconv() in /home/...
But, I put into database new post (row), and list that post than its work fine, when I refresh 2 times the browser I get the error message. If I put another line into database, again is OK untill I dont refresh the browser 2 times.
Can You help me, what is the problem?
Thanx
T
I got problem with iconv()
I use this script, and its work fine on my computer, on my servermachine
Code: Select all
setlocale(LC_TIME, 'hungarian');
$HeadDate = iconv("Latin1", "utf-8//TRANSLIT", (strftime('%Y. %B %d. (%A)', mktime('0', '0', '0', $REQUESTHEAD['programs_month'], $REQUESTHEAD['programs_day'], $REQUESTHEAD['date_year']))));Fatal error: Call to undefined function: iconv() in /home/...
But, I put into database new post (row), and list that post than its work fine, when I refresh 2 times the browser I get the error message. If I put another line into database, again is OK untill I dont refresh the browser 2 times.
Can You help me, what is the problem?
Thanx
T