PHP Programming, An Analysis Error

Asked By 0 points N/A Posted on -
qa-featured

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

SHARE
Answered By 5 points N/A #317874

PHP Programming, An Analysis Error

qa-featured

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.

Related Questions