How to swap between lines?
I have a file like this format
Code:
[STEAM_ID_1] // SteamIdHere is my current code: Code:
|
Re: How to swap between lines?
Just use fgets() again. However, you should consider putting all the information on a single line. Also, instead of putting a formatted date in there, you should just use a timestamp and then format that when you need to display it.
|
Re: How to swap between lines?
Something like that i guess :
PHP Code:
|
| All times are GMT -4. The time now is 13:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.