After the customer fills the form, the form data is sent to mysql and an email gets sent to me with the last form data that the customer submitted. But, the email "last mysql data" is not going as inline text. Please help me. Sample code is given below.
<?php
define('DB_NAME ', 'XXXXXXX');
define('DB_USER ', 'XXXXXXX');
define('DB_PASS WORD', 'XXXXXXX');
define('DB_HOST ', 'localhost');
$link...