View Single Post
ישן 23-02-06, 21:06   # 1
Tal.M
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Jan 2006
גיל: 32
הודעות: 1,252

Tal.M לא מחובר  

מה לא בסדר עם הקוד הבא:

PHP קוד:
<?
require("pass.php");
require(
"data/language.dat");
require(
"$showlang");
$user "$your_username";
$pass "$your_password";
if(!
$username OR !$password) {
echo 
"$_action_missing.<br>"; }
if(
$username == $user AND $password == $pass) {
session_start();
session_register("innlogget");
header("Location: admin.php"); }
else {
echo 
"$_action_wrong.<br>$_action_tryagain.
<br><br><img src=images/back.gif><a href=index.php?module=login>$_action_goback</a>"
; }
?>
__________________
טל.
ICQ 261574937
MSN tal_manzor@walla.co.il
  Reply With Quote