Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Wink Thread: [Solved] Capturing value from Listbox
Post: [Solved] Capturing value from Listbox

Check this out: views\email\blast.php                                           List Emails                                                                                             ...
1,737 Views
1 Replies
07-30-2018, 09:47 PM
davy_yg
    Thread: SQLIA on CI
Post: SQLIA on CI

Hello, I am doing a Thesis on SQL injection in php and codeigniter. After reading this tutorial:  https://www.roytuts.com/prevent-sql-injection-in-codeigniter/ I wonder if any ci based websit...
2,015 Views
1 Replies
07-09-2018, 01:44 AM
davy_yg
    Thread: join failed
Post: RE: join failed

I try using : function enduser_table($data)     {               $this->db->select('*');         $this->db->from('users');         $this->db->join('wishlists', 'wishlists.user_id = users.id'...
2,813 Views
3 Replies
05-24-2018, 02:03 AM
davy_yg
    Thread: join failed
Post: join failed

Hello, I wonder why I cannot see the result of this after join.  If I comment out the join it does return a value.  I  do have wishlists table with user_id column and users table with id column.  I...
2,813 Views
3 Replies
05-23-2018, 08:47 PM
davy_yg
    Thread: Unknown column 'Array'
Post: Unknown column 'Array'

Hello, I wonder why I get this error message? I thought I already define the array. Error Number: 1054 Unknown column 'Array' in 'where clause' SELECT `id` FROM `users` WHERE `referral_code` =...
4,008 Views
1 Replies
05-16-2018, 08:42 PM
davy_yg
    Thread: css are not loading
Post: RE: [SOLVED] css are not loading

"
21,142 Views
11 Replies
05-15-2018, 07:31 PM
davy_yg
    Thread: Capture combo box value
Post: Capture combo box value

Hello, I wonder how to capture combo box value into databases? images_model.php     function add()     {             $data = array('img_name' => $this->upload->data('file_name'),      ...
1,841 Views
1 Replies
05-09-2018, 09:23 PM
davy_yg
    Thread: [SOLVED] Calling function
Post: [SOLVED] Calling function

controllers/posts.php public function index()     {                  $data["result"] = $this->posts_model->get_all();                  $this->load->view('admin/posts/posts', $data);     } ...
3,312 Views
2 Replies
05-08-2018, 09:14 PM
davy_yg
    Thread: form open
Post: form open

I have a question will form open always using post method? For example: echo form_open('email/send'); the same thing like:   What if I want to use get method?
2,743 Views
1 Replies
05-08-2018, 08:54 PM
davy_yg
    Thread: [SOLVED] Less error
Post: [SOLVED] Less error

I wonder if anyone knows about less? custom.less .slide-upload {          .form-control     width: 300px; } C:\xampp\htdocs\coolcicms\assets\less>lessc custom.less custom.css ParseEr...
1,383 Views
0 Replies
05-07-2018, 01:00 AM
davy_yg
    Thread: [SOLVED] delete index.php
Post: RE: delete index.php

This one solved. I simply have to put .htaccess on the root folder of CI.
7,124 Views
6 Replies
05-06-2018, 08:53 AM
davy_yg
    Thread: css are not loading
Post: RE: [SOLVED] css are not loading

I think I am going to post the solution that I discovered.
21,142 Views
11 Replies
05-06-2018, 08:52 AM
davy_yg
    Thread: [SOLVED] delete index.php
Post: RE: delete index.php

I don't understand in my xampp: httpd.conf LoadModule rewrite_module modules/mod_rewrite.so AllowOverride All Require all denied AllowOverride All Options None ...
7,124 Views
6 Replies
05-05-2018, 09:31 PM
davy_yg
    Thread: [SOLVED] delete index.php
Post: RE: delete index.php

I finally find the link: https://www.codeigniter.com/user_guide/general/urls.html I already copy and paste this to the .htaccess file RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f Re...
7,124 Views
6 Replies
05-05-2018, 10:12 AM
davy_yg
    Thread: css are not loading
Post: RE: css are not loading

In the Network Tab Request URL: http://localhost/coolcicms/index.php/ Request Method: GET
21,142 Views
11 Replies
05-05-2018, 07:04 AM
davy_yg
    Thread: [SOLVED] delete index.php
Post: [SOLVED] delete index.php

I forget how to set up the .htaccess so that index.php does not appears in the url: This is what I try: .htaccess Code: -- RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCon...
7,124 Views
6 Replies
05-05-2018, 06:58 AM
davy_yg
    Thread: css are not loading
Post: css are not loading

Hello, I wonder why the css files are not loading? views/index.php     
21,142 Views
11 Replies
05-05-2018, 06:30 AM
davy_yg
    Thread: Solved: non-object error
Post: RE: non-object error

I finally find the answer to this one! Thanks.
4,544 Views
4 Replies
04-28-2018, 07:41 AM
davy_yg
    Thread: Solved: non-object error
Post: RE: non-object error

I already able to capture the file name but unable to print it out correctly. controllers/upload_image.php $data = array('upload_data' => $this->upload->data(), ...
4,544 Views
4 Replies
04-28-2018, 07:17 AM
davy_yg
    Thread: Solved: insert pic
Post: RE: insert pic

Nevermind, I already find the answer to this thread. I think I am going to close it. Thanks!
4,340 Views
4 Replies
04-28-2018, 06:59 AM
davy_yg

Theme © iAndrew 2016 - Forum software by © MyBB