Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Before the insert a modal
Post: RE: Before the insert a modal

Check Callbacks in Form Validation https://www.codeigniter.com/userguide3/libraries/form_validation.html#callbacks-your-own-validation-methods
3,696 Views
1 Replies
11-06-2017, 10:47 PM
pravins
    Thread: Explode for selected
Post: RE: Explode for selected

$cid is array in your case, so the selected will be like this Code: --
6,345 Views
2 Replies
11-06-2017, 10:43 PM
pravins
    Thread: 500 Internal Server Error after changing gmail password
Post: RE: 500 Internal Server Error after changing gmail...

Enable debug mode to check the issue by using PHP Code: -- $mail->SMTPDebug = 1; --
4,065 Views
2 Replies
10-05-2017, 02:19 AM
pravins
    Thread: Database Error
Post: RE: Database Error

Have you updated the following configuration in config/database.php file PHP Code: -- $db['default']['dbdriver'] = "mysqli"; --
3,040 Views
1 Replies
07-21-2017, 02:33 AM
pravins
    Thread: CI error
Post: RE: CI error

I thinks this is the same one http://forum.codeigniter.com/printthread.php?tid=64363 you must have resolved at that time(02-15-2016)...now its the same issue you are facing...its strange
8,692 Views
5 Replies
10-01-2016, 01:33 AM
pravins
    Thread: CI error
Post: RE: CI error

Check this line C:\xampp\htdocs\gsa\application\site\controllers\home.php(9)
8,692 Views
5 Replies
09-30-2016, 10:29 PM
pravins
    Thread: Limited Result using ODBC driver
Post: RE: Limited Result using ODBC driver

wacky_dandoy Wrote: (08-18-2016, 12:34 AM) -- pravins Wrote: (08-18-2016, 12:24 AM) -- Show us "SELECT" query by which you are fetching the records from database. You have just provided database ...
4,327 Views
3 Replies
08-18-2016, 03:08 AM
pravins
    Thread: Limited Result using ODBC driver
Post: RE: Limited Result using ODBC driver

Show us "SELECT" query by which you are fetching the records from database. You have just provided database connection array.
4,327 Views
3 Replies
08-18-2016, 12:24 AM
pravins
    Thread: SEO Plugins
Post: RE: Issue date

Use MySQL DATE_ADD() function  Refer: https://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_date-add
3,657 Views
2 Replies
06-24-2016, 02:07 AM
pravins
    Thread: Insert auto date
Post: RE: Insert auto date

davy_yg Wrote: (06-22-2016, 12:43 AM) -- pravins Wrote: (06-21-2016, 09:46 PM) -- If you are explicitly want to add date in table then you can use below code PHP Code: -- $this->db->set('content_...
6,813 Views
4 Replies
06-22-2016, 12:53 AM
pravins
    Thread: Insert auto date
Post: RE: Insert auto date

If you are explicitly want to add date in table then you can use below code PHP Code: -- $this->db->set('content_date', 'NOW()', FALSE);    or  $data['content_date'] = date('Y-m-d H:i:s'); --...
6,813 Views
4 Replies
06-21-2016, 09:46 PM
pravins
    Thread: Undefined variable: token
Post: RE: Undefined variable: token

Use this PHP Code: --
8,854 Views
4 Replies
05-24-2016, 06:34 AM
pravins
    Thread: New to Codeigniter Error issue with Login and Register code
Post: RE: New to Codeigniter Error issue with Login and ...

Can you please post the code
7,464 Views
6 Replies
03-25-2016, 01:51 AM
pravins
    Thread: json_encode view returns null
Post: RE: json_encode view returns null

view returns data as a string please check "Returning views as data" section in View documentation. http://www.codeigniter.com/user_guide/general/views.html?highlight=view#returning-views-as-data
7,346 Views
5 Replies
08-13-2015, 02:50 AM
pravins
    Thread: MySQL foreign key Value insert
Post: RE: MySQL foreign key Value insert

I think $this->db->insert_id(); will solve your problem check this URL: http://www.codeigniter.com/userguide3/database/helpers.html
5,262 Views
0 Replies
12-10-2014, 05:04 AM
pravins

Theme © iAndrew 2016 - Forum software by © MyBB