This flashcard is just one of a free flashcard set. See all flashcards!
171
Web-Applikationen
Wie bindet man eine externe PHP-Datei ein?
Wie bindet man eine externe PHP-Datei ein?
Dazu dient die Methode require_once vor dem <head>-Teil von
HTML:
<?php
require_once('externeDatei.php');
?>
<head>
...
</head>
HTML:
<?php
require_once('externeDatei.php');
?>
<head>
...
</head>
Flashcard info:
Author: Manuela
Main topic: Interaktive Medien
Topic: Mobile Websites
School / Univ.: HTW Chur
City: Chur
Published: 21.06.2014