I get a PHP notice for string to array conversion - help?
The notice or error will tell you exactly what line this is happening at so you can amend your code accordingly.
It may be that you passed the wrong variable to a function or are not using it correctly for what you want to achieve. Either way this is one of the easier errors to debug and fix to get your code doing what you want it to do.
Comment on this Question and Answer >>>
ASK A QUESTION
More errors PHP Questions
I get the error message headers already sent, what does this mean?what is the latest release version of PHP.
I get a parse error - unexpected ; at line x message. What is this?
I get a PHP error - maximum execution time exceeded. What is this?
PHP error - use of undefined constant at line x... what does this mean?
