I am using codeigniter for my project and I want to know how codeigniter can use for echo to shows a message that send to a mobile phone. it shows the php code instead of the message.
https://i.stack.imgur.com/HF0xf.png
$this->sms->message('Thank you for your order Your order has been received and will be processed shortly<br>Your order ID: <?php echo $order_id ?>');