search

Home  >  Q&A  >  body text

Installation problem: Parse error: syntax error, unexpected '[' in E:\phpStudy\WWW\myblog\public\tpl\page_tpl.php on line 3

Parse error: syntax error, unexpected '[' in E:\phpStudy\WWW\myblog\public\tpl\page_tpl.php on line 3

The above problem appears at the bottom, please solve it.

suntensunten2096 days ago1464

reply all(6)I'll reply

  • silver

    silver2020-01-31 21:22:11

    if (count($_GET)==0 || (array_keys($_GET)[0])=='page'){

    改成if (count($_GET)==0 || (array_keys($_GET))=='page'){

    reply
    0
  • sunten

    grateful. . . . . . . . . . .

    sunten · 2020-02-04 07:05:50
  • 秋香姐家的小书童

    秋香姐家的小书童2019-03-31 11:48:09

    There is something wrong with your syntax. If I don’t show the picture, I can’t help you. But judging from the error message, it should be something in the code. [ There is something wrong with it

    reply
    0
  • sunten

    sunten · 2019-04-03 22:42:39
    sunten

    You can't upload pictures, but it would be great if you can upload pictures. The above are the first few lines of page_tpl.php, which are all installed according to the teacher's method.

    sunten · 2019-04-03 22:46:03
  • Cancelreply