Working with OS process in PHP
Programing Coderfunda
May 25, 2023
No comments
Related Posts:
Hello world example - CodeIgniter frameworkIn this example we will discuss about Hello world example CodeIgniter framework PHP.We use two file for hello world example.Hello.php (CodeIgnite… Read More
CodeIgniter framework TutorialCodeIgniter a very popular and powerful MVC framework which is used to develop web applications. It is a free and Open source PHP framework.What You S… Read More
insert the data in codeigniter with database very simple waydatabase Name : contact View file name : contact Mode.phppublic function insertdata($data) { $data= array ( 'name'=>$this… Read More
Show the data in front end user <footer class="re-footer-section"> <?php $rest = $this->db->where('id','1')->get('site_settings')->row();?>Note: if you … Read More
Session with example CodeIgniter frameworkSession with example CodeIgniter frameworkIn CodeIgniter or any other framework session is used to store information (in variables) and used it throug… Read More
0 comments:
Post a Comment
Thanks