Category: CodeIgniter
As all of we know that you must need to have a hosting to run your website online. There is another short way to live your website by using a …
We can run external, or you can say third party api’s or libraries in codeigniter. You just have to download your library that you wan’t to use in your codeigniter …
Let’s start to write some code that uploads your files on the server. Step 1: Make a simple form in the views. <form action="index.php/welcome/do_upload" method="post" enctype="multipart/form-data"> <input type="file" name="userFile"/> <input …
Some times we need to reload or refresh our web page for some needs. It’s quite easy and less weight to implement. You can use simply a javascript function to …
CodeIgniter is a very famous MVC framework that is widely used all over the world while making dynamic websites on php. Almost all kind of libraries are there to meet …