<?php
$query2 = $this->db->query("SELECT * FROM `tb_user` WHERE id=120");
if($query2->num_rows()>0){
foreach($query2->result() as $row){
}
}
$ds ='<div style=" width: 577px; margin-left: 10%; background: #fbfcfc;">
<table style="width:100%">
<tbody><tr style=" background: #fbfcfc;; "><td colspan="2" style="text-align:center;"><img src="'.base_url('assets/images/shara_logo.jpg').'" style="height:100px;padding-bottom: 9px;margin-bottom: 8px;"></td></tr>
<tr><td colspan="2" style="text-align:left;">
<p style="
margin: 2px 0px;
padding: 39px 15px;
background: #fbfcfc;
text-align: left;
border-radius: 11px;
line-height: 23px;
text-align: justify;
">
Welcome and thank you for registering at Shara Dry Fruits
<br>
Your account as now been created and you can log in by using your email address and password by visiting our website or at the following URL <a href="'.base_url().'">'.base_url().'</a>
<br>
Upon logging in, you will be able to access other services including reviewing past orders, editing your account information and a lot more.
<br>
<br>
Thnaks,<br><br>
Team Shara Dry Fruits
</p>
</td></tr>
<tr style="
background: #fbfcfc;
"><td colspan="2" style="text-align:left;"><img src="'.base_url('assets/images/shara_logo.jpg').'" style="height:100px;/* padding: 7px 15px; *//* background: #fbfcfc; */text-align: left;border-radius: 11px;"></td></tr>
<tr><td colspan="2" style="text-align:left;">
<p style="
background: #fbfcfc;
text-align: left;
border-radius: 11px;
">For your records, here is a copy of the information you submitted to us.</p>
</td></tr>
<tr><td colspan="2" style="text-align:left;">
<p style="
background: #fbfcfc;
text-align: left;
border-radius: 11px;
">You may also contact us at: care@sharadryfruits.com</p>
</td></tr>
</tbody></table>
</div>';
echo $ds;
?>