phpbar.de logo

Mailinglisten-Archive

[php] Funktionsaufruf innerhalb fwrite

[php] Funktionsaufruf innerhalb fwrite

Björn Busch-Geertsema php_(at)_phpcenter.de
Tue, 10 Sep 2002 21:11:53 +0200


 Hallo,
> brauche da mal eure Hilfe.
>
> $on1 = _(at)_fopen("$datei","w");
>
> function hauptnav($kat)
> {
> $res=mysql_query("select * from nav_brome where haupt='$kat' order by
id");
> $hauptverz=mysql_result($res,0,'haupt');
> $datei=mysql_result($res,0,'dateiname');
> fwrite($on1,$hauptverz."/".$datei);    line86!!!!!!
> }


Ich würde mal sagen, dass dein file handle innerhalb der funktion nicht
definiert ist, am einfachsten, du machst ne globale variable daraus mit
"global" ;)

cya

Björn


php::bar PHP Wiki   -   Listenarchive