How do i correct syntax error?

HOW DO I FIX Parse error: syntax error, unexpected T_DOUBLE_ARROW?

  • My error says: Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/mysexy5/public_html/vqmod/vqcache/... on line 151 Here is how the code looks: LINE 134 $this->data['categories'][] = array( 'name' => $result['name'] . ' (' . $product_total . ')', 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '_' . $result['category_id'] . $url), 'thumb' => $image ); } LINE 151 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '_' . $result['category_id'] . $url), 'thumb' => $image ); } $this->data['products'] = array(); $data = array( 'filter_category_id' => $category_id, 'sort' => $sort, 'order' => $order, 'start' => ($page - 1) * $limit, 'limit' => $limit ); I'M CONFUSED. ANY HELP WOULD BE GREATLY APPRECIATED!

  • Answer:

    I think there is mismach of single quote or comma which is causing issue at =>

SHASHANK at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

I think there is mismach of single quote or comma which is causing issue at =>

SHASHANK

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.