Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Error in my code - please help!

    I am almost sure that the error is here:

    PHP Code:

    $pedido_query 
    $db->Execute("select orders_id from " TABLE_ORDERS " order by orders_id desc limit 0,1");
    $res_pedido $db->Execute($pedido_query); 
    Please help!!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Error in my code - please help!

    Quote Originally Posted by beowulf8 View Post
    PHP Code:
    $pedido_query $db->Execute("select orders_id from " TABLE_ORDERS " order by orders_id desc limit 0,1");
    $res_pedido $db->Execute($pedido_query); 
    Why are you doing $db->Execute on the actual query directly, and then doing $db->Execute again on the query results immediately afterward?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Please help, code error...
    By ~Carla~ in forum General Questions
    Replies: 0
    Last Post: 17 Mar 2008, 10:59 AM
  2. Self-Inflicted Code Error! Please HELP!?!
    By willandjenny in forum General Questions
    Replies: 0
    Last Post: 8 Dec 2007, 06:59 PM
  3. Please Help, Error in code somewhere
    By stumped in forum General Questions
    Replies: 4
    Last Post: 5 Aug 2006, 11:15 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