.
Hi, this is my code, don't know why but I have a stupid syntax error,on the marked line. Please bring some light for a php nob.
Parse error: syntax error, unexpected ')', expecting ';' in /var/www/stats/upd_tr_stats.php on line 38
Hi, this is my code, don't know why but I have a stupid syntax error,on the marked line. Please bring some light for a php nob.
|
|||||
closed as too localized by NikiC, tereško, cryptic ツ, PeeHaa, Dejan Marjanovic Feb 24 '13 at 2:57This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||
|
You need to use a |
|||||||||||||||||
|
|
|||
|
This is not a foreach statement, but a for statement. That's why it is expecting a ; But you are still missing a part. |
|||
|