hisham
IS-IT--Management
- Nov 6, 2000
- 194
I have a text file is formatted like this:
-----------------------------
First text # second text # third text
-----------------------------
how can i read the file and asign i.e:
$one = "First text ";
$tow = "second text";
etc….
or create an array like:
$myarray = " First text , second text , third text";
Thanks in advance
-----------------------------
First text # second text # third text
-----------------------------
how can i read the file and asign i.e:
$one = "First text ";
$tow = "second text";
etc….
or create an array like:
$myarray = " First text , second text , third text";
Thanks in advance