PHP Error Messages

From PustakaPedia
Revision as of 09:28, 18 February 2019 by Musaaar (talk | contribs) (Created page with "''': syntax error, unexpected '...' (T_VARIABLE) in''' <br/> Please check the commas, semicolons from the previous lines which may not be present<br/><br/> ''': mysqli_quer...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

: syntax error, unexpected '...' (T_VARIABLE) in
Please check the commas, semicolons from the previous lines which may not be present

: mysqli_query() expects parameter 1 to be mysqli, null given in
Please check on the MySQLi connection, whether the variable '$con' has the correct spelling or not