Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PHP Parse error: syntax error, unexpected ...

<?php
	/* This usually occurs because you have either missed to put a semi-colon
    or a comma or a single-quote or double-qoute in a statement */
  
    #Make sure to not forget that!
?>
 
PREVIOUS NEXT
Tagged: #PHP #Parse #syntax #unexpected
ADD COMMENT
Topic
Name
4+4 =