Thread
:
Fseek Function not working !!!!
View Single Post
shabbir
Go4Expert Founder
19Feb2009,09:17
PHP does not have a function to insert text into the middle of a file and you have to read the complete data and then insert the data in the variables and write it back. Thats the best way to go about getting this done.