C
Chris
Guest
I would like to read a single line from a file:
key||value
key2||value2
and so on
from there i would take the line and explode it into an array and push them into an associative array (this part is not a problem).
If you have any ideas on a function that reads a single line please answer
.
key||value
key2||value2
and so on
from there i would take the line and explode it into an array and push them into an associative array (this part is not a problem).
If you have any ideas on a function that reads a single line please answer
