einfacher include

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • einfacher include

    PHP Code:
      <?php include("test.php?option=guestbook_auswertung"); ?>
    es ist wichtig, das der teil ?option=guestbook_auswertung enthalten is!

    parseerror, wie kann ich das anders schreiben ?

  • #2
    erkläre erstmal was du unter include von code versteht, dann schauen wir mal weiter

    Comment


    • #3
      Re: einfacher include

      Original geschrieben von uschi
      wie kann ich das anders schreiben ?
      PHP Code:
      <?php 
          $option
      ='guestbook_auswertung';
          include(
      "test.php"); 
      ?>
      zB so ^^
      Kissolino.com

      Comment

      Working...
      X