Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Code Igniter is the best app to learn about websites
Post: RE: Code Igniter is the best app to learn about we...

Codeigniter it has been known as a lightweight framework for developing web applications.
55,846 Views
39 Replies
04-11-2019, 06:00 AM
excellentwebworld
    Thread: CodeIgniter 3.1.10 Released
Post: RE: CodeIgniter 3.1.10 Released

Nice Post! Thanks for this information sharing.
60,101 Views
23 Replies
03-06-2019, 05:23 AM
excellentwebworld
    Thread: cURL is not working with codeignier 3
Post: RE: cURL is not working with codeignier 3

Use below code public function sample() { $ch = curl_init(); $target_url = 'https://apiurl.com'; curl_setopt($ch, CURLOPT_URL,$target_url); curl_setopt($ch, CURLOPT_POST,1); ...
17,621 Views
7 Replies
08-11-2018, 12:05 AM
excellentwebworld
    Thread: Database driver error
Post: RE: Database driver error

Your query absolutely right. i don't know why it is not working.please use below query as a alternative. $row1 = $this->db->query("SELECT COUNT(*) AS `numrows` FROM `lids` WHERE `lids`.`date_inspe...
2,974 Views
2 Replies
08-10-2018, 04:46 AM
excellentwebworld
    Thread: how do I cache multiple databases (dynamic query)
Post: RE: how do I cache multiple databases (dynamic que...

1) Create a writable directory on your server where the cache files can be stored. 2) Set the path to your cache folder in your application/config/database.php file. Set "cachedir" parameter in db co...
8,950 Views
7 Replies
08-01-2018, 04:22 AM
excellentwebworld

Theme © iAndrew 2016 - Forum software by © MyBB