pb de syntaxe

pb de syntaxe - PHP - Programmation

Marsh Posté le 26-06-2003 à 00:31:35    

voila mon pb j obtiens ca :  
Parse error: parse error, unexpected T_STRING in /home/chris/login/login.php on line 16
 
et ma ligne 16 est :
header('location:afficher.php');
 
ou est mon erreur ? svp  
merci
ps: je debute en php :|

Reply

Marsh Posté le 26-06-2003 à 00:31:35   

Reply

Marsh Posté le 26-06-2003 à 00:35:21    

Header('Location: afficher.php');
 
un espace c'est bien aussi ;)

Reply

Marsh Posté le 26-06-2003 à 00:37:48    

euh ouhais aussi j ai essaye mais ca fait la meme erreur :(

Reply

Marsh Posté le 26-06-2003 à 00:43:09    

tu peux mettre les lignes de code avoisinantes de la 16 ? Il se peut que ça vienne de là en fait...

Reply

Marsh Posté le 26-06-2003 à 00:45:44    

<?
$login_defini= "chriscool";
$password_defini= "plouf";
 
if ( $login == $login_defini && $password == $password_defini )
{
session_start();
 
session_register("login" );
session_register("password" )
 
header('location: afficher.php');
 
}
else{
print 'password ou login non valide';
 
}
 
?>

Reply

Marsh Posté le 26-06-2003 à 00:47:00    

Oublie pas le ; à la fin de tes lignes... :sarcastic:


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Marsh Posté le 26-06-2003 à 00:47:12    

;       après le session register password et ça devrait fonctionner au poil :d

Reply

Marsh Posté le 26-06-2003 à 00:50:49    

merci ;)

Reply

Marsh Posté le 26-06-2003 à 00:53:00    

ahhaha
maintenant j obtiens ca :
 
Warning: Cannot send session cookie - headers already sent by (output started at /home/chris/login/login.php:5) in /home/chris/login/login.php on line 11
 
Warning: Cannot send session cache limiter - headers already sent (output started at /home/chris/login/login.php:5) in /home/chris/login/login.php on line 11
 
Warning: Cannot add header information - headers already sent by (output started at /home/chris/login/login.php:5) in /home/chris/login/login.php on line 16
 
c t mieux avant :)
pouvez vous m expliquer svp ?

Reply

Marsh Posté le 26-06-2003 à 01:28:30    

deja, c'est pas propre de mettre ton log et ton pass en dur comme ça, sert toi de ta base de données, super exemple :
 
http://www.toutestfacile.com/phpin [...] ionmembre4
 


---------------
IVG en france
Reply

Marsh Posté le 26-06-2003 à 01:28:30   

Reply

Marsh Posté le 26-06-2003 à 14:18:02    

TFreechris a écrit :

ahhaha
maintenant j obtiens ca :
 
Warning: Cannot send session cookie - headers already sent by (output started at /home/chris/login/login.php:5) in /home/chris/login/login.php on line 11
 
Warning: Cannot send session cache limiter - headers already sent (output started at /home/chris/login/login.php:5) in /home/chris/login/login.php on line 11
 
Warning: Cannot add header information - headers already sent by (output started at /home/chris/login/login.php:5) in /home/chris/login/login.php on line 16
 
c t mieux avant :)
pouvez vous m expliquer svp ?
 

Tu a du texte (un espace compte) avant le "<" de "<? ..."

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed