Recent content by cyberps

  1. C

    question about reading files in php

    Thanks bro :) its work
  2. C

    question about reading files in php

    Hey folks, I tried to use fgets() to read a file line by line using this code.. while(!feof($txt)){ echo fgets($txt) . "<br>"; } fclose($txt); its read the file from the first line till the last one but I wanna read the file from the last line till the first one how can I do that please ?
  3. C

    C help

    ahaa Ty bro :) .
  4. C

    C help

    Hi folks, I have started to learn in C language before 1 weak, I encounter an example about count lines, words and characters .. this is it #include <stdio.h> #define IN 1 /* inside a word */ #define OUT 0 /* outside a word */ /* count lines, words, and characters in input */ main()...
  5. C

    Hi from the UK!

    Welcome to BHW, Good Luck :)
  6. C

    Hello

    Welcome to BHW keep going :)
  7. C

    Hello BHW :)

    Hi guys I'm yousef from Palestine I noticed that alot of people benefited from BHW and I wish that too :)
Back
Top