From:             [EMAIL PROTECTED]
Operating system: Win ME
PHP version:      4.0.6
PHP Bug Type:     Unknown/Other Function
Bug description:  htmlentities and htmlspecialchars charset error

htmlentities ( string string [, int quote_style [, string charset]])

i used last parameter and an error occured:

Warning: Wrong parameter count for htmlentities() in
/users/lnxsrv2/akcakayaa/public_html/AAA.php on line 2

My Script is:

<?php
htmlentities("<a href='http://phpalemi.realside.org'>go!</a>", ENT_QUOTES,
"ISO-8859-9");

?>

-- 
Edit bug report at http://bugs.php.net/?id=16372&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16372&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16372&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16372&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16372&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16372&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16372&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16372&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16372&r=submittedtwice

Reply via email to