Hi,
ich habe folgendes Array:
<?
$texte = array (
1=>"text 1",
2=>"text 2",
3=>"text 3"
);
?>
Wie bekomme ich in eine ZEile dieses Arrays eine Inlude das in etwa so aussieht:
<?include "/include/text_1.inc";?>
Vielen Dank schonmal für eure Hilfe...