SV: [PHP] Changing within a file

2001-03-25 Thread Jesper Blomström
Hi! This is what you want: http://www.php.net/manual/en/function.preg-replace.php The preg_replace-method uses a ordinary RE to search and replace. Hoppas det går vägen! / Jeppe Jimmy Bäckström <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:001901c0b543$329648c0$[EMAIL PROTE

[PHP] Changing within a file

2001-03-25 Thread Jimmy Bäckström
Yo! Does anyone know how I can change a line in a textfile? I want to find a specific line, and then change it a bit...