Препращане

racemaster

Registered
Как да направя примерно като сам логнат да ме прераща към profile.php това ми е кода ан страницата

Код:
 <?php
session_start();
include("config.php");
?>
<html>
<head>
<title>****</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link rel="shortcut icon" href="star.ico">
<style type="text/css">
a
{
   color: #000000;
}
a:visited
{
   color: #000000;
}
a:active
{
   color: #000000;
}
</style>
</head>
<body background="images/1.JPG" bgcolor="#FFFFFF" text="#000000">
<div id="wb_Image1" style="overflow:hidden;position:absolute;left:46px;top:17px;z-index:0" align="left">
<img src="images/logo.jpg" id="Image1" alt="" align="top" border="0" style="width:915px;height:197px;"></div>
<div id="wb_Image2" style="overflow:hidden;position:absolute;left:46px;top:214px;z-index:1" align="left">
<img src="images/body.jpg" id="Image2" alt="" align="top" border="0" style="width:915px;height:181px;"></div>
<div id="wb_Image4" style="overflow:hidden;position:absolute;left:62px;top:217px;z-index:2" align="left">
<img src="images/headmps.gif" id="Image4" alt="" align="top" border="0" style="width:280px;height:79px;"></div>
<div id="wb_Text2" style="position:absolute;left:65px;top:237px;width:271px;height:22px;z-index:3;" align="center">
<font style="font-size:19px" color="#FFFFFF" face="Arial">Меню</font></div>
<div id="wb_Image7" style="overflow:hidden;position:absolute;left:46px;top:395px;z-index:4" align="left">
<img src="images/bottom.jpg" id="Image7" alt="" align="top" border="0" style="width:915px;height:58px;"></div>
<div id="wb_Image5" style="overflow:hidden;position:absolute;left:62px;top:400px;z-index:5" align="left">
<img src="images/bottommps.gif" id="Image5" alt="" align="top" border="0" style="width:280px;height:37px;"></div>
<div id="wb_Image6" style="overflow:hidden;position:absolute;left:62px;top:296px;z-index:6" align="left">
<img src="images/bodymps.gif" id="Image6" alt="" align="top" border="0" style="width:280px;height:104px;"></div>
<div id="wb_Text1" style="position:absolute;left:90px;top:293px;width:224px;height:112px;z-index:7;" align="center">
<font style="font-size:13px" color="#000000" face="Arial"><b><a href="./index.php">Начало</a><br>
<br>
<a href="./register.php">Регистрация</a><br>
<br>
<a href="./login.php">Вход</a></b><br>
<b><br>
<a href="./forgot.php">Забравена парола</a></b></font></div>
<div id="wb_Image3" style="overflow:hidden;position:absolute;left:346px;top:217px;z-index:8" align="left">
<img src="images/headps.gif" id="Image3" alt="" align="top" border="0" style="width:600px;height:79px;"></div>
<div id="wb_Image8" style="overflow:hidden;position:absolute;left:346px;top:296px;z-index:9" align="left">
<img src="images/bodyps.gif" id="Image8" alt="" align="top" border="0" style="width:600px;height:104px;"></div>
<div id="wb_Image9" style="overflow:hidden;position:absolute;left:346px;top:400px;z-index:10" align="left">
<img src="images/bottomps.gif" id="Image9" alt="" align="top" border="0" style="width:600px;height:37px;"></div>
<div id="wb_Text3" style="position:absolute;left:350px;top:237px;width:591px;height:22px;z-index:11;" align="center">
<font style="font-size:19px" color="#FFFFFF" face="Arial">За играта</font></div>
<div id="wb_Text4" style="position:absolute;left:375px;top:294px;width:541px;height:112px;z-index:12;" align="center">
<font style="font-size:13px" color="#000000" face="Arial"><b>Battle War е Online игра в която ти си притежател на земя която можеш да застрояваш и получаваш повече ресурси когато някой посети профила ти. В играта можеш да си купуваш различни оръжия, слаби и силни. Предметите с които можеш да модваш твоят герой са меч, щит и крила. Също така можеш да тренираш твоят герой и да вдигаш неговата атака, защита и ловкост. В играта може да се биеш с други играчи да ходиш на лов и да работиш. Можеш да взимаш допълнителни ресурси като разпространяваш линкът към твоя профил.</b></font></div>
</body>
</html>
слагам един код но не става ето го и него
Код:
  <?php
header( 'Location: profile.php' ) ;
?>
 
сложи в login.php
Код:
echo "<meta http-equiv='refresh' content='1;url=profile.php' />";
слагаш го там кадето излиза че се е логнал не при грешките
 
в index.php няма да слагаш нали искаш само когато като се логне и тогава да го препраща към profile.php
 

Back
Горе