Parse error: syntax error, unexpected end of file || PHP errors solved

preview_player
Показать описание
Hey, in this video i am going to solve Parse error: syntax error,unexpected end of file in php in just 1minute.
Subscribe this channel for more solutions videos on web development.
To know more about me follow me on 👇
Follow me on Instragram:

Follow me on Facebook:

For Business Information :
Рекомендации по теме
Комментарии
Автор

My error was caused by improperly executing the PHP code thru a menu that dropped me to the command line. I entered "scriptname exec" and was supposed to enter "playback scriptname". I am a user, I caused the error with my entry. I shouldn't be looking at code in github, or anywhere else. It seems that the error isn't in any offending code, it is in the code that feeds it. I learned my lesson about that years ago in a Fortran V project. I forgot it at the admin console of pfsense until today :(

debrucer
Автор

My error says tha "You have an error in your SQL syntax; on Line 214


214 $res2 = mysqli_query($conn, $sql2);


I dont understand everything the error.
I have checked semi colons and closing brackets and they are ok.Help.

jeremihlarson