Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default How do I echo this so it shows the actual text

    echo "products_description['" . $languages[$i]['id'] . "']";

    I'm trying to echo this so that I could see the full text.

    Currently it gives
    products_description['1']

    but should it give me more? like
    products_description['1'][1]

    or something. I think im missing something with the [id] part

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: How do I echo this so it shows the actual text

    by using " you are telling it to display exactly whats inside the quotes

    try this
    Code:
    'products_description['" . $languages[$i]['id'] . "']';
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: How do I echo this so it shows the actual text

    Thanks for your response Merlin. Not working quite yet tho:

    I tried

    echo 'products_description['" . $languages[$i]['id'] . "']';
    it gave
    Parse error: syntax error, unexpected '"', expecting ',' or ';'



    Then I tried:
    echo ('products_description['" . $languages[$i]['id'] . "']');
    and it gives
    Parse error: syntax error, unexpected '"'

    -EDIT-

    I got it.. its product_description[1] instead of ['1']. I just needed to know the actual name display so i could pass it to javascript.

    Thanks
    Last edited by qhome; 26 Jul 2006 at 05:35 PM.

 

 

Similar Threads

  1. v150 How do I link the logo.gif back to the site's actual index.htm page instead of store?
    By Scully in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 16 Sep 2013, 10:58 PM
  2. how do i change the color of this text?
    By Michael Chia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Jul 2010, 06:35 PM
  3. Replies: 0
    Last Post: 26 Jul 2010, 05:51 PM
  4. How do I change the color of the actual template?
    By uruharacosplay in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jan 2008, 09:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg