Hallo
Ich habe das bei mir so dass der inhalt includet wird.
Also
case 'profil':
include ('profil.php');
break;
Nun habe ich auch ein Login Bereich und will ein Mitglieder Profil machen,
der URL wird das bestimmt. Also profil.php?=1
Doch wie bekomme ich es nun ca. so hin:
funktioniert nicht.
Weiß jemand wie ich sowas machen kann?
Ich habe das bei mir so dass der inhalt includet wird.
Also
case 'profil':
include ('profil.php');
break;
Nun habe ich auch ein Login Bereich und will ein Mitglieder Profil machen,
der URL wird das bestimmt. Also profil.php?=1
Doch wie bekomme ich es nun ca. so hin:
PHP-Code:
index.php?profil?=1
denn
case 'profil':
case $id:
echo mysql bla bla
break;
break;
Weiß jemand wie ich sowas machen kann?
Kommentar