PHP Programming, An Analysis Error
Asked By
0 points
N/A
Posted on - 06/22/2019

During my PHP programming, an analysis error occurred. The error says / Error: Syntax error, ‘/’ unexpected How can I fix this error?

During my PHP programming, an analysis error occurred. The error says / Error: Syntax error, ‘/’ unexpected How can I fix this error?
Insert the second slash at the beginning of the comment line and hence in the end you will end having a solution to this error in your hands. The above shown error occurred due to the use of single slash while making the comment since a single slash can never be comment while using PHP. Thus, arises this syntax error and hence need to add another slash after your first slash. This will definitely fix your error at its best.