script : syntaxe php pour rajouter une redirection - Programmation
Marsh Posté le 23-05-2002 à 22:42:18
bitman a écrit a écrit : je connais pas du tout la syntaxe du truc mais j'aimerais rajouter qqchose a mon forum pour les ban : if ( $ban_info = $db->sql_fetchrow($result) ) { if ( $ban_info['ban_ip'] || $ban_info['ban_userid'] || $ban_info['ban_email'] ) { message_die(CRITICAL_MESSAGE, 'You_been_banned'; } { echo '<META HTTP-EQUIV="Refresh" CONTENT="2;URL=http://www.teletubbies.com">Vous avez été banni'; } } visiblement la partie en gras c pas comme ca, que manque t il ? |
http://www.teletubbies.com --> pas très original
Marsh Posté le 23-05-2002 à 22:43:17
bah oué ca me plait cette feature c rigolo
bon personne peut m'aider ici ?
Marsh Posté le 23-05-2002 à 22:31:53
je connais pas du tout la syntaxe du truc mais j'aimerais rajouter qqchose a mon forum pour les ban :
if ( $ban_info = $db->sql_fetchrow($result) )
{
if ( $ban_info['ban_ip'] || $ban_info['ban_userid'] || $ban_info['ban_email'] )
{
message_die(CRITICAL_MESSAGE, 'You_been_banned';
}
{
echo '<META HTTP-EQUIV="Refresh" CONTENT="2;URL=http://www.teletubbies.com">Vous avez été banni';
} }
visiblement la partie en gras c pas comme ca, que manque t il ?
[jfdsdjhfuetppo]--Message édité par bitman le 23-05-2002 à 23:30:06--[/jfdsdjhfuetppo]