Must be assigned to an array
hi all
I get the error Must be Assigned to an array in the following line: PHP Code:
PHP Code:
|
Re: Must be assigned to an array
i < 6 to i < 5
|
Re: Must be assigned to an array
temp is a string (multiple cells) and you are trying to fit it into a single cell. You must add a third dimension so each player has 5 strings instead of 5 regular cells, I used 10 as the max size but this can be changed depending on what you need. Explain better what you're storing in this array if the below doesn't solve your problem. This is just going to copy the same string 5 times, I'm not sure what you're trying to do, explain and it can get done correctly.
PHP Code:
|
| All times are GMT -4. The time now is 14:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.