write_file data separator which char should I use?
Which character should I use to separate data in one line inside file. I'm interested in storing "current map", "player name" and "player steamid"
|
Re: write_file data separator which char should I use?
use a space so you can easily use parse() to read the content of the line again.
|
Re: write_file data separator which char should I use?
And what if there is a space already in players nickname. Could you give me some simple example please.
|
Re: write_file data separator which char should I use?
PHP Code:
|
Re: write_file data separator which char should I use?
If you use the above, formatex() will be faster.
|
Re: write_file data separator which char should I use?
Quote:
|
| All times are GMT -4. The time now is 13:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.