hisham
IS-IT--Management
- Nov 6, 2000
- 194
I have a text file :
-----------------------------
text1
some text gows here
another text
some text goes here too
etc ...
-------------------------------
I need to replace the White spaces in one character i.e
-----------------------------
#
text1
some text gows here
#
another text
some text goes here too
#
etc ...
-------------------------------
to be able to use the functions strpos and substr then I can add the content to database
Any suggestions?
Thanks in advance
-----------------------------
text1
some text gows here
another text
some text goes here too
etc ...
-------------------------------
I need to replace the White spaces in one character i.e
-----------------------------
#
text1
some text gows here
#
another text
some text goes here too
#
etc ...
-------------------------------
to be able to use the functions strpos and substr then I can add the content to database
Any suggestions?
Thanks in advance