phpbar.de logo

Mailinglisten-Archive

[php] Gültigkeit von Variablen in Include-Dateien?

[php] Gültigkeit von Variablen in Include-Dateien?

Sven Eicher phpbar at koalashome.de
Die Dez 27 21:20:57 CET 2005


Hallo

Bist du dir sicher, dass du dich nicht verschreiben hast?
Setzte den Teil der Ausgabe doch mal statt des includes direkt in die x.php 
ein (nur durch copy/paste). Weil das müsste ja funktionieren.

> x.php:
> ----------------------------
 <?
 $titel = "abc";
?>
 <html>
 <head>
 <title><? echo $titel ?></title>
 <?
 if( isset( $titel ) )
 	echo "<h1>$titel</h1>";
<?php
 //include "y.php";
 ?>



-- 
Sven

php::bar PHP Wiki   -   Listenarchive