add empty blank

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adnanrabbi
Forum Newbie
Posts: 4
Joined: Fri Apr 22, 2011 9:49 am

add empty blank

Post by adnanrabbi »

pls any body know how can i get this.txt out put

=LDR 00000nam
=600 00$gENG
=650 \0$aCollege readers.
=650 \0$aEnglish language
=952 \\$p003018
=952 \\$p003019
=LDR 00000nam
=650 \0$aEnglish language
=650 \0$aReport writing
=952 \\$p011714

ouput
before every =LDR% & =952% will be empty blank
=LDR 00000nam=600 00$gENG=650 \0$aCollege readers.=650 \0$aEnglish language
=952 \\$p003018
=952 \\$p003019
=LDR 00000nam=650 \0$aEnglish language=650 \0$aReport writing
=952 \\$p011714
fugix
Forum Contributor
Posts: 207
Joined: Fri Mar 18, 2011 8:01 pm

Re: add empty blank

Post by fugix »

honestly im not really sure what you are asking
Post Reply