View Single Post
ישן 12-02-08, 15:12   # 7
DavidBD
חבר על
 
מיני פרופיל
תאריך הצטרפות: Dec 2005
גיל: 31
הודעות: 956

DavidBD לא מחובר  

ציטוט:
נכתב במקור על ידי 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;
}
?>
תנסה ככה..
איך בדיוק BODY אחרי TD?
__________________
דוד בן דוד.
  Reply With Quote