cant find whitespace
Posted: Sat Mar 05, 2005 11:53 pm
I have this credit card and am adding another to my form. The code below is both the original code that worked fine and the added code that is causing the error., its in RED. I cant fint the whitespace error and I didnt touch the sessions form. Can anybody please tell me what I am doing wrong.
Get this error on this URL
http://heavensentcheesecakes.com/produc ... php?page=2
Here is the code in the sessions.php line 66-67:
[ Added code-tags so you actually can read the post. -- JAM ]
Code: Select all
<tr>
<td width="<?php echo SMALL_IMAGE_WIDTH + 10; ?>" valign="top" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products_newї'products_id']) . '">' . tep_image(DIR_WS_IMAGES . $products_newї'products_image'], $products_newї'products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a>'; ?></td>
<td valign="top" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products_newї'products_id']) . '"><b><u>' . $products_newї'products_name'] . '</u></b></a><br>' . TEXT_DATE_ADDED . ' ' . tep_date_long($products_newї'products_date_added']) . '<br>' . TEXT_MANUFACTURER . ' ' . $products_newї'manufacturers_name'] . '<br><br>' . TEXT_PRICE . ' ' . $products_price; ?></td>
<td align="right" valign="middle" class="main">
<?php echo '<a href="' . tep_href_link(FILENAME_PRODUCTS_NEW, tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $products_newї'products_id']) . '">' . tep_image_button('button_in_cart.gif', IMAGE_BUTTON_IN_CART) . '</a>'; ?></td>
</tr>
<tr>
<td align="right" valign="middle" class="main">
<form target='_parent' action='https://www.ikobo.com/merchant/view_cart.php?item_id=87355&poid=VJ380357US' method='post'><input type='hidden' name='cmd' value='add_cart'><input type='image' src='https://www.ikobo.com/merchant/buttons/VJ380357US165559pay.jpg' border='0' name='submit' alt='Make payments with iKobo - it's fast, free and secure!'></form></td>
</tr>http://heavensentcheesecakes.com/produc ... php?page=2
Code: Select all
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/sent/public_html/products_new.php:4) in /home/sent/public_html/includes/functions/sessions.php on line 67
>Code: Select all
function tep_session_start() {
return session_start();