Format txt with php

i have a variable with value pass from flash into txt with the help of php.The problem i face is how should my php script be if i want to write those values into my txt file like this:

title0=something0&title1=something1…etc

currently the values that is write into my txt file is as below:

title=something&title=something…etc.

php codeartially …
'$insertString = "&title1=$insertpiNum&

i need to make the title[number] as dynamic rather then just plain string.