comment
ROSEMA< JE PENSSE AVOIR COMPRIS JE V TESTER MERCI
S-n-i-f-a-n-t
content d'avoir pu t'aider
c 'est incroyable ce que je peux écrire comme conneries
non sa marche pas
voici les ereurs
des que je vais sur la page d'acceuil sans faire index.php?page=forum
Notice: Undefined variable: page in c:\program files\easyphp1-7\www\emu-sted\index.php on line 10
aussi quand je vais sur index.php?page=forum sa me met a la page d'acceuil
voici le code
<?
switch($page){
case'roms':
include('haut.php');
break;
}
?>
S-n-i-f-a-n-t
voici index.php
<html>
<head>
<title>Index de mon site WEB</title>
</head>
<?
include ('haut.php');
?>
<?
switch($page){
case'roms':
include('haut.php');
break;
}
?>
<center>Design</center>
<body>
<?
S-n-i-f-a-n-t
le 10/01/2004 à 11:00
Layer
rajoute $page = $_GET['page']; avant le switch
Error 500 : internal brain error
ereur
Notice: Undefined index: page in c:\program files\easyphp1-7\www\emu-sted\index.php on line 10
<?
$page = $_GET['page'];
switch($page){
case'roms':
include('haut.php');
break;
}
?>
S-n-i-f-a-n-t
aidez moi svp
S-n-i-f-a-n-t
Ben c'est quoi "index" ?
?
S-n-i-f-a-n-t
le 10/01/2004 à 14:03
Chad
ya quoi aux lignes 9, 10 et 11 ?
-Ch4d-