PHP

(PHP) Tutorial How to implement simple Google reCAPTCHA on your form

Screenshot :     Required and Included on this source : Bootstrap.css (just for styling)   Register reCAPTCHA from Google open google reCAPTCHA admin page to register a new site https://www.google.com/recaptcha/admin     Register your site, choose the type of reCAPTCHA V2. Enter your domain list that using this reCAPTCHA, you can add more than 1 domain here. Then Click Register.   After that. You will get Site key and Secret Key. Site Key is for client side. Secret Key is for server side   Source Code index.php (client side)   submit.php (server side)   nb: replace YOUR_SITE_KEY and YOUR_SECRET_KEY

Read More...

Source Code

Download Source Code – (Codeigniter) Server-side DataTables with Custom Filter

Filename : serverside_datatables_custom_filter.zip File Size : 1.03 MB Link Article : (Codeigniter) Server-side DataTables with Custom Filter Link Download : MediaFire | Zippyshare | Google Drive

Read More...

CodeIgniter, jQuery, MySQL

(Codeigniter) Simple Server-side DataTables Bootstrap with ColVis (Column Visibility Extension)

Screenshot : Required and Included on this source : PHP+ MySQL or you may use XAMPP –> Download Codeigniter 3.1.0 –> Download jQuery 2.2.3 –> Download Bootstrap 3.3.7 –> Download DataTables 1.10.12 –> Download dataTables.colVis.css –> Download dataTables.colVis.js –> Download dataTables colVis site –> https://datatables.net/extensions/colvis   Database and Query : or you can download sample data here : example.sql   Configuring Codeigniter : assets folder structure : Routing path : config/route.php Base URL Cofig (required if using Codeigniter 3.0.3 or later) path : config/config.php see for dynamic base_url : Dynamic base_url() and site_url() Codeigniter 3.0.3 + Source Code model :

Read More...

Source Code

Download Source Code – (Codeigniter) Server-side DataTables ColVis (Column Visibility Extension)

Filename : serverside_datatables_colvis.zip File Size : 1.03 MB Link Article : (Codeigniter) Server-side DataTables ColVis (Column Visibility Extension) Link Download : MediaFire | Zippyshare | Google Drive

Read More...

Source Code

Download Source Code – (Codeigniter) Simple Server-side Datatables bootstrap style example

Filename : serverside_datatables_bootstrap.zip File Size : 1.03 MB Link Article : (Codeigniter) Simple Server-side Datatables bootstrap style example Link Download : MediaFire | Zippyshare | Google Drive

Read More...

Source Code

Download Source Code – (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables with Bulk Delete

Filename : ajax_crud_datatables_bulk_delete.zip File Size : 1.05 MB Link Article : (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables with Bulk Delete Link Download : MediaFire | Zippyshare | Google Drive

Read More...

Source Code

Download Source Code – (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables with image upload

Filename : serverside_datatables_update2.zip File Size : 1.05 MB Link Article : (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables with image upload Link Download : MediaFire | Zippyshare | Google Drive

Read More...

Source Code

Download Source Code – (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables with server-side validation

Filename : ajax_crud_datatables_with_validation_update5.zip File Size : 1.05 MB Link Article : (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables with server-side validation Link Download : MediaFire | Zippyshare | Google Drive

Read More...

Source Code

Download Source Code – (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables

Filename : ajax_crud_datatables_update5.zip File Size : 1.02 MB Link Article : (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables Link Download : MediaFire | Zippyshare | Google Drive

Read More...

CodeIgniter, MySQL

(Codeigniter) Simple Server-side Datatables bootstrap style example

Screenshot : Required and Included on this source : PHP+ MySQL or you may use XAMPP –> Download Codeigniter 3.1.0 –> Download jQuery 2.2.3 –> Download DataTables 1.10.12 –> Download   Database and Query : or you can download sample data here : example.sql   Configuring Codeigniter : assets folder structure :   Routing path : config/route.php Base URL Cofig (required if using Codeigniter 3.0.3 or later) path : config/config.php see for dynamic base_url : Dynamic base_url() and site_url() Codeigniter 3.0.3 + Source Code model : Customers_model.php path : application/models/Customers_model.php   Controller Customers.php path : applications/controllers/Customers.php   view : customers_view.php

Read More...