Search:

Type: Posts; User: mischief

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,836

    Re: Accessing the DB

    Sounds good.
    When i was looking for a shop to work with i viewed some of the demo-shops and visited some shops already online built on this or that system. Besides anything else i did not really...
  2. Replies
    9
    Views
    2,836

    Re: Accessing the DB

    glad it works.

    By the way, what kind of contribution are you working on?

    Frank
  3. Replies
    9
    Views
    2,836

    Re: Accessing the DB

    Found something:
    http://www.zen-cart.com/forum/showthread.php?t=91030&highlight=db+query

    try this:


    while(!$subject1->EOF)
    {
    echo 'subject: ' . $subject1->fields['subject'];
    ...
  4. Replies
    9
    Views
    2,836

    Re: Accessing the DB

    Oh, forgot to mention, the second error message (line 75) was for the following:

    i tried:

    echo $best_sellers['products_id'];

    which didn't work either.

    Once again, sorry,
  5. Replies
    9
    Views
    2,836

    Re: Accessing the DB

    Hi,

    I'm sorry, seems i cannot help...

    I tried it with $best_sellers in the box-include like this:


    given in the file:
    $best_sellers = $db->Execute($best_sellers_query);
  6. Replies
    9
    Views
    2,836

    Re: Accessing the DB

    Hi Steven,

    you will have to read your values from those variables first. They are just a handle (object). The object holds that data (in an array). There are different way to read the values (and...
Results 1 to 6 of 17
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR