Jump to content



Latest News: (loading..)

- - - - -

syntax for mailto with subject and message

mailto php oscommerce

This topic has been archived. This means that you cannot reply to this topic.
No replies to this topic

#1   PatrickMcDonough_287193

PatrickMcDonough_287193
  • Members
  • 1 posts

Posted 03 January 2012 - 09:32 PM

<td class="main"><?php echo  '<a href="mailto:' .$order->customer['email_address'] .'?subject='.$subject . '?body='.$message. '">' . '</a>'; ?>  <?php //echo $HTTP_GET_VARS['oID'] . $order->customer['id']; ?> </td>

I'm trying to get the code above to mail with body copy and subject. can someone help me with the syntax?