| | | | |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| | |
| Gast
Beiträge: n/a
| Code: News |
| | |
| Gast
Beiträge: n/a
| http://de.php.net/include Code: /* Dieses Beispiel geht davon aus, dass www.example.com so konfiguriert * * ist, dass .php-Dateien geparst werden und keine .txt Dateien. Also meint * * 'Funkt' hier, dass die Variablen $foo und $bar innerhalb der * * angeforderten Datei zur Verfügung stehen */ // Funkt nicht; file.txt wird von www.example.com nicht als PHP geparst include 'http://www.example.com/file.txt?foo=1&bar=2'; // Funkt nicht; schaut nach einer lokalen Datei namens // 'file.php?foo=1&bar=2' im lokalen Dateisystem include 'file.php?foo=1&bar=2'; // Funkt include 'http://www.example.com/file.php?foo=1&bar=2'; $foo = 1; $bar = 2; include 'file.txt'; // Funkt include 'file.php'; // Funkt |
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| include() ersetzen | Shadow21 | PHP Tipps 2006 | 3 | 30.08.2008 14:13 |
| include isoliert ausführen – Lösungsansatz gesucht | veit | PHP-Fortgeschrittene | 8 | 09.04.2008 09:26 |
| hinter include wird eine 1 angezeigt | |~Râdîant~| | PHP Tipps 2008 | 8 | 19.09.2007 13:52 |
| include Dateien wieder ausängen o.Ä. | netti | PHP Tipps 2007 | 8 | 17.12.2006 15:14 |
| include problem | Canni | PHP Tipps 2006 | 26 | 14.11.2006 14:24 |
| Sessiondaten in include nutzen | PHP Tipps 2006 | 17 | 23.02.2006 17:18 | |
| include, nur bestimmten teil neu laden | Calli | PHP Tipps 2006 | 2 | 27.01.2006 15:57 |
| include() - wo liegt der Denkfehler ? | kain | PHP Tipps 2007 | 8 | 27.11.2005 19:45 |
| Auf Firmen-Server funzt kein include aus fremden Verzeichnis | PHP-Fortgeschrittene | 3 | 19.07.2005 16:49 | |
| [Erledigt] Include liegt in einem anderen Verzeichnis - es geht nix | PHP Tipps 2005-2 | 3 | 03.07.2005 22:40 | |
| [Erledigt] Sessions auch bei include aktiv? | PHP Tipps 2005 | 1 | 28.02.2005 19:58 | |
| [Erledigt] was gibt es sonst noch, anstad include? | PHP Tipps 2005 | 2 | 05.01.2005 22:31 | |
| [Erledigt] Problemme mit include... | PHP Tipps 2004-2 | 6 | 30.11.2004 12:20 | |
| HTTP_GET_VARS + Include = Array leer | PHP Tipps 2004-2 | 3 | 24.11.2004 15:12 | |
| include() und die performance | PHP-Fortgeschrittene | 11 | 24.06.2004 19:04 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| include mit action, nach include action, action include php, include mit action php, php user include in action, php?action=include, php action include, include with action |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.