Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Display data securely which come from database
Post: RE: Display data securely which come from database

Thanks a lot!
4,018 Views
2 Replies
04-12-2015, 02:10 PM
smallbug
    Thread: Display data securely which come from database
Post: Display data securely which come from database

For a query with PHP Code: -- $this->db->query($sql, array( $var )); --  superglobals must be bind when using. But is it safe in CodeIgniter when I read data from the database and then display the...
4,018 Views
2 Replies
04-12-2015, 12:49 PM
smallbug
    Thread: 404 Page Not Found on my live server
Post: RE: 404 Page Not Found on my live server

nfaiz Wrote: (04-11-2015, 12:22 PM) -- You can try to change the file name of controller to ucfirst -- Thanks a lot! That works!
4,681 Views
2 Replies
04-11-2015, 01:19 PM
smallbug
    Thread: 404 Page Not Found on my live server
Post: 404 Page Not Found on my live server

I have the following config.php: PHP Code: -- $config['base_url'] = 'http://'.$_SERVER['HTTP_HOST'].'/myfolder';   $config['index_page'] = 'index.php'; $config['uri_protocol'] = 'AUTO'; -- ...
4,681 Views
2 Replies
04-11-2015, 11:59 AM
smallbug
    Thread: Remove index.php from the URL
Post: Remove index.php from the URL

While surfing through the Internet I saw many videos that show how to remove index.php from the URL. Why should we do that? Only because of the beauty? CodeIgniter has not already installed that...
8,044 Views
4 Replies
04-11-2015, 07:59 AM
smallbug
    Thread: View loses the path as the case of the controller call
Post: RE: View loses the path as the case of the control...

Thanks a lot! That's what I am looking for!
4,147 Views
2 Replies
04-06-2015, 12:07 PM
smallbug
    Thread: View loses the path as the case of the controller call
Post: View loses the path as the case of the controller ...

Hi All! I'm using the controller: PHP Code: -- public function test() { $this->load->view('messages_view'); } -- to call the view-page "messages_view.php", which shows a picture: Code:...
4,147 Views
2 Replies
04-06-2015, 11:46 AM
smallbug
    Thread: CI Forum Not Clear On Mobile
Post: RE: CI Forum Not Clear On Mobile

edellascenza Wrote: (03-11-2015, 08:16 AM) -- Tapatalk doesn't support MyBB right? -- I tried to use Tapatalk but did not find support for this server.
9,313 Views
3 Replies
04-05-2015, 11:49 PM
smallbug
    Thread: is it safe to use $this->db->query($sql);
Post: RE: is it safe to use $this->db->query($sql);

Thanks a lot for helping, query bindings work
10,324 Views
5 Replies
04-05-2015, 11:05 PM
smallbug
    Thread: is it safe to use $this->db->query($sql);
Post: is it safe to use $this->db->query($sql);

Hi All! I'm a beginner and have just started with CodeIgniter 3.0 If I don't want to forget the way how to create regular SQL-Code, I use this model: PHP Code: -- public function ints...
10,324 Views
5 Replies
04-05-2015, 01:07 PM
smallbug

Theme © iAndrew 2016 - Forum software by © MyBB