Problem with a code
Why this cannot be possible?
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Code:
Error: Array must be indexed (variable "szValue") |
Re: Problem with a code
Post the full line on which error occurs.
|
Re: Problem with a code
Code:
|
Re: Problem with a code
edon1337, it's okay to help if you know something, but please avoid to answer randomly.
If you look at 'bMoreThanOne', you see it's a boolean. What you're doing doesn't make sense at all. Issue is more because compiler is dumb. You must provide both either indexed or not indexed, i.e either "condition ? array1 : array2" or "condition ? array1[index1] : array2[index2]. It might work if you use "szValue[0]". |
Re: Problem with a code
Quote:
|
Re: Problem with a code
Quote:
|
| All times are GMT -4. The time now is 17:56. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.