Posts

Showing posts from April, 2021

LOGO AND SMS SEND TO EMAIL

  Controler SMS with logo send  $to = $this->input->post('email'); $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; $headers .= 'From: cloudhash <info@cloudhash.live>' . "\r\n"; $subject = 'Thank you for joining the cloudhash..'; $message = "<html><head></head><body>"; $message .= '<img src="'.base_url().'/assets/images/311.png"></body></html>'; $message .= ' Respected <b style="color:orange">'.$this->input->post('f_name').'</b><br> Your OTP is '.$otp.' Thank you for joining the cloudhash..<br> Looking forward to a continuous and a fruitful business partnership with you. <br> Regards, <br> cloudhash'; mail($to,$subject,$message,$headers);

Wordpress notes

  WordPress    1.appearance =>menus=>(category). 2.appearance=>theme editor => css.

Laravel vs CodeIgniter: Which is Better?

Image
  Laravel vs CodeIgniter: Which is Better? What is Laravel? Laravel is an open-source widely used PHP framework. The platform was intended for the development of web application by using MVC architectural pattern. Laravel is released under the MIT license. Therefore its source code is hosted on GitHub. It is a reliable PHP framework as it follows expressive and accurate language rules. What is CodeIgniter? CodeIgniter is a powerful PHP framework. It is built for developers who like a simple and elegant toolkit to create full-featured web applications. CodeIgniter is one of the best options for creating dynamic websites using PHP. It provides complete freedom for the users as they don't need to depend on the MVC development pattern. Moreover, it allows third-party plugins which can be useful to implement complicated functionalities. It also offers awesome security and encryption procedures. Why use Laravel? Laravel offers version control system that helps with simplified management