par
Ekzo » 28 août 2012, 02:01
Bonjour alors voila j'ai un probleme de redirection a la déconnection de mon compte.
Code : Tout sélectionner
Warning: Cannot modify header information - headers already sent by (output started at /home/equinoxs/public_html/site/include/haut.php:50) in /home/equinoxs/public_html/site/class/user.class.php on line 133
Warning: Cannot modify header information - headers already sent by (output started at /home/equinoxs/public_html/site/include/haut.php:50) in /home/equinoxs/public_html/site/class/user.class.php on line 134
Warning: Cannot modify header information - headers already sent by (output started at /home/equinoxs/public_html/site/include/haut.php:50) in /home/equinoxs/public_html/site/class/user.class.php on line 135
Warning: Cannot modify header information - headers already sent by (output started at /home/equinoxs/public_html/site/include/haut.php:50) in /home/equinoxs/public_html/site/class/user.class.php on line 144
Voila ma commande dans ma page user.class.php
// Fonction de redirection
public static function Redirect($url, $temp=0)
{
if($temp == 0)
header('Location: '.$url);
else
header('Refresh: '.$temp.'; URL='.$url);
Merci de m'aidé
Vous pouvez me contacté par skype plus rapidement sur ce nom : xxskyste
Bonjour alors voila j'ai un probleme de redirection a la déconnection de mon compte.
[code]Warning: Cannot modify header information - headers already sent by (output started at /home/equinoxs/public_html/site/include/haut.php:50) in /home/equinoxs/public_html/site/class/user.class.php on line 133
Warning: Cannot modify header information - headers already sent by (output started at /home/equinoxs/public_html/site/include/haut.php:50) in /home/equinoxs/public_html/site/class/user.class.php on line 134
Warning: Cannot modify header information - headers already sent by (output started at /home/equinoxs/public_html/site/include/haut.php:50) in /home/equinoxs/public_html/site/class/user.class.php on line 135
Warning: Cannot modify header information - headers already sent by (output started at /home/equinoxs/public_html/site/include/haut.php:50) in /home/equinoxs/public_html/site/class/user.class.php on line 144[/code]
Voila ma commande dans ma page user.class.php
[php]// Fonction de redirection
public static function Redirect($url, $temp=0)
{
if($temp == 0)
header('Location: '.$url);
else
header('Refresh: '.$temp.'; URL='.$url);[/php]
Merci de m'aidé :)
Vous pouvez me contacté par skype plus rapidement sur ce nom : xxskyste