Ich wollte eine Klassenhomepage machen, jedoch treten Fehler auf...
auf funpic.de bleibt die Page "blank"
auf php-friends.de kommt folgender Error: "Parse error: syntax error, unexpected T_IS_EQUAL, expecting ',' or ')' in /var/customers/webs/tg111/index.php on line 12"
Code
- &l;&l;&l; [url='index.php'][img]home.png[/img][/url]
- [align=center]&l;&l;&l;&l;&l;&l;&l;&l;&l;[img]oben.png[/img] [/align]
- if (isset($_GET['s']=="xx")) {
- include 'indexx.php';
- }
- else {
- if ($_GET['s']=="klas"){
- include 'klassenarbeit.php';
- }
- if ($_GET['s']=="has"){
- include 'hausaufgaben.php';
- }
- if ($_GET['s']=="kal"){
- include 'kalender.php';
- }
- if ($_GET['s']=="gam"){
- include 'gaming.php';
- }
- /* if ($_GET['s']==kl){
- include 'klassenliste.php';
- } */
- if ($_GET['s']=="std"){
- include 'stundenplan.php';
- }
- if ($_get['s']=="impr") {
- include 'impressum.php';
- }
- ?>
- [list]
- [*][url='index.php?s=klas']Klausuren[/url]
- [*][url='index.php?s=has']HAS[/url]
- [*][url='index.php?s=kal']Kalender[/url]
- [*][url='index.php?s=gam']Gaming[/url]
- [*][url='index.php?s=std']Stundenplan[/url]
- [*][url='index.php?s=impr']Impressum[/url]
- [/list]
Line 12 ist übrigends : if (isset($_GET['s']=="xx")) {
Hier ist das Original von dem der mir das erstellt hat von mir unangerührt:
http://sphexist.sp.funpic.de/ (ist dort hochgeladen)