This Code Always Show An Empty Alert Whay ?![]()
PHP Code:<?
$Language=($HTTP_COOKIE_VARS["Language"]);
if ($Language=="") {
setcookie("Language","English",time() + 43200);
echo"<script>alert('$Language');</script>";
}
?>
|
Results 1 to 4 of 4
Thread: Error
|
Click Here to Expand Forum to Full Width |