<?php
session_start();
include_once("files/functions.php");
loadextension("blablabla.php");
?>
function loadextension($ext)
{
if (file_exists("adds/extensions/".$ext))
{
include_once("adds/extensions/".$ext);
}
else
{
alerterror("Extension $ext konnte nicht geladen werden !");
}
}
PHP -> php datei auslesen
Valentin 28.02.2007 - 128 Hits - 7 Antworten
html file zu php
Mirco151 04.07.2007 - 171 Hits - 1 Antwort
php variable - datei mit include einbinden
curinus95 29.02.2008 - 111 Hits - 3 Antworten
mit einem Link den Inhalt 2er DIV-Bereiche ändern
Carsten050585 04.04.2008 - 57 Hits - 1 Antwort
Probleme mit PHP nach Veröffentlichung
BenterA 19.04.2008 - 24 Hits - 6 Antworten