abzu
New Member
I haven't much experience with php and I am trying to use it to insert a chunk of text into the middle of a text file at a location determined by some kind of marker in the file.  I am thinking that I will need to split the file into an array at the spot where I want to insert, add the desired code into the array and then put it all back together.  Unfortuately I am not sure how to code this.  Can anyone give some assistance, or better yet let me know of a simpler way to accomplsih this?
			
			 
				