osCmax v2.5 User Manual
Results 1 to 2 of 2

Need Help about an ERROR

This is a discussion on Need Help about an ERROR within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, Can anybody help me about this error message. When customer (I as a trial ) completes the shopping and ...

      
  1. #1
    Lurker
    Join Date
    Sep 2003
    Posts
    1
    Rep Power
    0


    Default Need Help about an ERROR

    Hi,

    Can anybody help me about this error message.

    When customer (I as a trial ) completes the shopping and system sends an email to the customer, and customer clicks on the message ''http://www.artworx-design.com/catalog/account_history_info.php?order_id=10'' an error message appears.

    The error message is :
    Parse error: parse error, unexpected T_STRING in /home/artworx/public_html/catalog/account_history_info.php on line 205

    and the 205th line is:

    $printfaxform = str_replace(">", " target="_blank">", $printfaxform);

    can you please help me why may this error message appears??

    thanks...

  2. #2
    Member
    Join Date
    Nov 2002
    Location
    Pennsylvania
    Posts
    93
    Rep Power
    0


    Default

    Try this:

    Code:
    $printfaxform = str_replace(">", " target=\"_blank\">", $printfaxform);
    There\'s something about fireman, day and night they are always fireman!

Bookmarks

Posting Permissions

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