How To Use Php Include To Include Part Of A File, Not The Whole File?

January 21st, 2010 by CTO WebOjO.com website designers Lahore Pakistan Leave a reply »

Please give examples and be easy. I’m new this on.
Thanks in advance.

Advertisement

2 comments

  1. DzSoundN says:

    when you include you include the whole thing.
    you can create a class that will read the “file” X amount of lines or bytes and returns the results though…….
    of create a class just for the portion you need and use that.

  2. Kruser says:

    check out the http://www.w3schools.com tutorials on PHP, that’s a great place to start for beginners.