When seeking help in forums for PHP script issues, what information should be provided in the problem description to receive effective assistance?

In the problem description, it is important to provide a clear and concise explanation of the issue you are facing with your PHP script. Include any error messages or unexpected behavior you are encountering. Additionally, provide relevant details such as the version of PHP you are using, any external libraries or frameworks being utilized, and the environment in which the script is running. To receive effective assistance, it is also helpful to include a code snippet that demonstrates the problem. This snippet should be minimal, focusing on the specific issue at hand. Avoid including unnecessary code that does not directly relate to the problem. Finally, make sure to clearly indicate where in the code you are experiencing the issue, so that others can easily identify and address the problem.