confusing output from array
i try to put server informations in a array.
but the output confuse me. PHP Code:
Code:
IP: l27015 |
Re: confusing output from array
new server_address[ 2 ][ 33 ]
Use that |
Re: confusing output from array
Ok thx it work...
can you describe it too for me? ^^ |
Re: confusing output from array
You were reading both things into the same string.
Server was read into the string starting at the first position. "the server" Then you read port into the same string starting at second position which was overwriting most of the server and showing you the first letter of the server then port for server and port is correct since you read and retrieved both from second position. "t27015" "27015" |
| All times are GMT -4. The time now is 08:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.