View Single Post
ישן 12-02-08, 14:30   # 6
Gal Shafrir
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,626

Gal Shafrir לא מחובר  

PHP קוד:
<?php
if($_GET['user'] =="root" && $_GET['password'] =="root")
{
        
setcookie("a","123123",time()+600000000);
        
echo <<<HTML
    <meta http-equiv="Refresh" content="0; URL=index.php">
HTML;
}
else
{
echo <<<HTML
<center>
<td><font color="white" size="3">.פרטי ההקשה אינם נכונים</font></td>
<br>
<td><font color="white" size="3">.הנך מועבר לדף ההתחברות בתוך 5 שניות</font></td>
<meta http-equiv="Refresh" content="5; URL=login.php">
<body bgcolor="#242424">
HTML;
}
?>
תנסה ככה..
__________________
בברכה,
גל שפריר - מעצב ומפתח אתרים.

עופר שפריר - במאי, תסריטאי ומפיק.
  Reply With Quote