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
Other answers
I think there is mismach of single quote or comma which is causing issue at =>
SHASHANK
Related Q & A:
- How can I fix parser Error in ASP.NET?Best solution by parse.com
- Why am I receiving a malformed text data error and how do I fix it?Best solution by Yahoo! Answers
- How do i fix the combat arms error?Best solution by Yahoo! Answers
- How do i fix msn error 80072eff?Best solution by Yahoo! Answers
- How do I fix this error I have on MSN? "Windows Live Communications Platform has stopped working?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.