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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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... |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Try this: Code: $printfaxform = str_replace(">", " target=\"_blank\">", $printfaxform);
__________________ There\'s something about fireman, day and night they are always fireman! |
| Sponsored Links | ||
| ||
| |