In the previous post Data Table jQuery Plugin, We have learned what is jQuery datatable plugin and how to use jQuery datatable in your application. in this tutorial, I will describe how to use data table with server-side scripting. I am using PHP and MySQL to get records from the server side. Our aim is […]
Php
Export Data to CSV and Download Using PHP and MySQL
In the previous tutorial, we learned How To Export Data to Excel, here in this article we will learn how to export data into CSV (comma-separated values) file and download it, CSV is a very common format for transferring tabular data between applications and databases. You can also check other tutorials on Export Data with […]
jTable Add,Edit and Delete Using PHP and MySQL
In the previous tutorial, we have to learn jTable features and integration with PHP and MySQL.This jTable tutorial is the second part of Simple Example of JTable With PHP and MySQL, We will implement AJAX based add, edit and delete record from MySQL database using PHP and jTable. jTable is a very well-documented jQuery grid […]
How To Define Layout In Cake PHP
Layout refers the hows your website looks, the Layout defines your header and footer with content area. Anything you want to see in all of your views should be placed in a layout. Layout files should be placed in /app/views/layouts.
A Simple CAPTCHA Script Using PHP
CAPTCHA stands for “Completely Automated Public Turing test to tell Computers and Humans Apart”, it’s a very common functionality to use at the time of submit data to prevent machines’ access of your website. In this post, we will develop CAPTCHA script using PHP with help of easy three steps. This is a very basic […]