[linux-programlama] Re: Linux-php

---------

From: Ender (k3di@hiperaktif.com)
Date: Wed 31 Mar 2004 - 06:41:17 EST


Haklisiniz Enver Bey,
file fonksiyonu gozumden kacmis. file() yerine fopen() olmali.
Yani dogrusu asagida...

<?
        $dosya=3D"1.txt";
        $fp=3D@fopen($dosya,"r");
        while($string =3D fgets($fp, 255)) {
                echo $string;
        }
?>

Iyi calismalar...

Ender

-----Original Message-----
From: linux-programlama-bounce@liste.linux.org.tr
[mailto:linux-programlama-bounce@liste.linux.org.tr] On Behalf Of Enver
ALTIN
Sent: Wednesday, March 31, 2004 1:46 PM
To: linux-programlama@liste.linux.org.tr
Subject: [linux-programlama] Re: Linux-php

On Wed, 2004-03-31 at 13:51 +0300, Ender wrote:
> $fp=3D3D@file($dosya,"r");
> while($string =3D3D fgets($fp, 255)) {
file() yerine fopen() kullanilmali.
--=20
 __________
| |
| | Enver ALTIN (a.k.a. skyblue)
| | Software developer, IT consultant
| FRONT |
|=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| FrontSITE Bilgi Teknolojisi A.=DE.
|_____SITE_| http://www.frontsite.com.tr/

-- Attached file included as plaintext by Ecartis --
-- File: signature.asc
-- Desc: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBAaqFuZCB2FZvqK0sRAqswAJ44/YjP77J5txASm2AqleFDUiWZOgCcDfEi
r0r1C1gfOcNqwO8Xud69qks=3D
=3DZdoV
-----END PGP SIGNATURE-----


---------

Bu arsiv hypermail 2.1.6 tarafindan uretilmistir.