proble in file handling

Discussion in 'PHP' started by dineshsingh1984, Mar 13, 2011.

  1. #1
    how to append text at a specific position in a file in php

    for example I'm created a file "temp.txt"
    and in this file some content are write
    like this.........

    "hi my name is prince. I'm working in ncr zone."

    my prob is...
    I want replace this line "I'm working in ncr zone." Here i want "I'm interested in web development"

    Plz help me..............
     
    dineshsingh1984, Mar 13, 2011 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    this is just to simple,

    php.net/fopen
    php.net/strpos
    php.net/substr

    please check those functions and enjoy urselve!
     
    EricBruggema, Mar 14, 2011 IP