hello,
am trying to show an arabic meta tags, but when ever i load the page, and i view the source it shows some garbage.
and this is what i did so far. this is my config.php file
define("GAMES_META_DESCRIPTION", "بيسبي");
and this is my header file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ar" xml:lang="ar">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<meta http-equiv="Content-Language" content="ar-sy">
<meta name="description" content="<?=htmlentities($meta_description);?>">
</head>
any help with be rewarded with a cookie :)