Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: setup install like wordpress
Post: setup install like wordpress

I want to make settings to install my application like wordpress. I tried to make a new file like wordpress. but I have difficulty when making it. first option : PHP Code: -- if ( ! file_exis...
2,217 Views
2 Replies
10-08-2019, 01:25 PM
DELE
    Thread: change the value of the array
Post: RE: change the value of the array

Wouter60 Wrote: (05-13-2019, 11:20 AM) -- The $z array is being preserved in the foreach loop. Change it to this: PHP Code: -- foreach ($data as $key => $value) {    $z = array();        f...
5,037 Views
6 Replies
05-14-2019, 05:38 AM
DELE
    Thread: change the value of the array
Post: RE: change the value of the array

InsiteFX Wrote: (05-12-2019, 03:43 AM) -- You need to add it inside of the foreach loop. -- I tried to turn back but still failed. please enlighten.
5,037 Views
6 Replies
05-12-2019, 08:32 AM
DELE
    Thread: change the value of the array
Post: RE: change the value of the array

InsiteFX Wrote: (05-12-2019, 03:43 AM) -- You need to add it inside of the foreach loop. -- what do I mean I don't understand, I add it in the foreach loop right?
5,037 Views
6 Replies
05-12-2019, 07:51 AM
DELE
    Thread: Help with GET
Post: RE: Help with GET

show the contents of your routes file, there might be an error there
4,994 Views
3 Replies
05-12-2019, 07:40 AM
DELE
    Thread: change the value of the array
Post: change the value of the array

My Array : PHP Code: -- Array (    [0] => Array        (            [income_user] => 00002            [income_country] => 1CN,1US,1US,1ID        )    [1] => Array        (            [income...
5,037 Views
6 Replies
05-11-2019, 02:57 PM
DELE
    Thread: display data from the database (summarizes data)
Post: RE: display data from the database (summarizes dat...

php_rocs Wrote: (04-24-2019, 01:20 PM) -- @DELE, Getting income per country becomes a little trickier because you have multiple countries per record.  Does each country get the whole income_value or...
10,049 Views
10 Replies
04-25-2019, 09:20 AM
DELE
    Thread: display data from the database (summarizes data)
Post: RE: display data from the database (summarizes dat...

thank you for those who have tried to help me. I have got what I want. by using a query like this: Code: -- $this->db->query(" SELECT income_user, SUM(income_value) AS income_value, GROUP_...
10,049 Views
10 Replies
04-22-2019, 05:42 PM
DELE
    Thread: display data from the database (summarizes data)
Post: RE: display data from the database (summarizes dat...

InsiteFX Wrote: (04-22-2019, 08:23 AM) -- You need to find another free image hosting service, that one is erring all over the net. -- picture is available
10,049 Views
10 Replies
04-22-2019, 09:51 AM
DELE
    Thread: display data from the database (summarizes data)
Post: RE: display data from the database (summarizes dat...

Example: See the table 'income_user' => '00002' the result I want is like this. ID               NAMA             INCOME/COUNTRY           TOTAL SALES             TOTAL INCOME 00001 00002        ...
10,049 Views
10 Replies
04-22-2019, 04:37 AM
DELE
    Thread: Database Connection
Post: RE: Database Connection

show your database
4,570 Views
6 Replies
04-21-2019, 09:06 PM
DELE
    Thread: Database Connection
Post: RE: Database Connection

try changing the value of 'hostname' => 'ip set on the computer' or 'hostname' => 'localhost'
4,570 Views
6 Replies
04-21-2019, 08:22 PM
DELE
    Thread: display data from the database (summarizes data)
Post: RE: display data from the database

php_rocs Wrote: (04-21-2019, 11:01 AM) -- @DELE, I'm unable to see the images. Can you try to fix them? -- I fixed it
10,049 Views
10 Replies
04-21-2019, 08:15 PM
DELE
    Thread: display data from the database (summarizes data)
Post: display data from the database (summarizes data)

please help me to get this enlightenment. I want to display data from the database to be like this (summarizes data from the database). http://i66.tinypic.com/i725ax.png this is just an example and...
10,049 Views
10 Replies
04-21-2019, 09:55 AM
DELE
    Thread: problem in form_validation using is_callable(), cannot passing data from controller
Post: RE: problem in form_validation using is_callable()

It seems like you failed to understand my point. actually there are no problems in my libraries and models. I have tested everything. I asked how to pass data from the controller using form_validat...
5,081 Views
6 Replies
04-16-2019, 09:11 AM
DELE
    Thread: convert value from routes/uri to string
Post: RE: convert value from routes/uri to string

dave friend Wrote: (04-16-2019, 07:21 AM) -- I don't see why you are using the sub-select. Here is how to do the above using Query Builder, but without the sub-select. PHP Code: --    public func...
7,130 Views
9 Replies
04-16-2019, 08:40 AM
DELE
    Thread: problem in form_validation using is_callable(), cannot passing data from controller
Post: RE: problem in form_validation using is_callable()

dave friend Wrote: (04-15-2019, 08:10 PM) -- DELE Wrote: (04-15-2019, 07:40 PM) -- I think there is no problem with model_joins :: user_campaign. but I have updated my post. -- There is a problem ...
5,081 Views
6 Replies
04-15-2019, 09:49 PM
DELE
    Thread: problem in form_validation using is_callable(), cannot passing data from controller
Post: RE: problem in form_validation using is_callable()

dave friend Wrote: (04-15-2019, 07:15 PM) -- You're going to have to show us the code for model_joins::user_campaign before we can offer much advice. Clearly though the problem is that model_joins::u...
5,081 Views
6 Replies
04-15-2019, 07:40 PM
DELE
    Thread: problem in form_validation using is_callable(), cannot passing data from controller
Post: problem in form_validation using is_callable(), ca...

I separate all processing data models in libraries, the model is only used to handle data from the database only and the controller is specialized to control requests. I get a problem when processi...
5,081 Views
6 Replies
04-15-2019, 07:00 PM
DELE
    Thread: convert value from routes/uri to string
Post: RE: convert value from routes/uri to string

dave friend Wrote: (04-14-2019, 07:01 AM) -- Did you do this? It is likely what Wouter60 was implying. PHP Code: -- public function user($key, $value) {    $sql = "SELECT * FROM users WHERE ...
7,130 Views
9 Replies
04-15-2019, 06:26 PM
DELE

Theme © iAndrew 2016 - Forum software by © MyBB