http://lamateliane.com/en/gites-guadeloupe-accueil04/ Category: https://hoodcountytoday.com/xoq4p0b CodeIgniter

Make your localhost to Host Live

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 …

Upload File In 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 …

Auto Refresh Page After Given Minutes

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 …