Comments on: Server Side Filtering using jQuery Ajax PHP and MySQL https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/ Web & Mobile App Development Company Thu, 25 Feb 2021 07:30:50 +0000 hourly 1 By: Deepak Otwar https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-52618 Fri, 15 Dec 2017 15:59:18 +0000 https://www.codexworld.com/?p=1694#comment-52618 Sir Please Tell How To Add Pagination In This Script…Please Help I Will Be ThankFull..

]]>
By: CodexWorld https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-49267 Thu, 31 Aug 2017 17:49:35 +0000 https://www.codexworld.com/?p=1694#comment-49267 In reply to arash.

You can see this image gallery tutorial, it may help you to retrieve the images from database – https://www.codexworld.com/create-dynamic-image-gallery-jquery-php-mysql/

]]>
By: arash https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-49238 Wed, 30 Aug 2017 20:31:04 +0000 https://www.codexworld.com/?p=1694#comment-49238 hi thanks for your clear code to execute.
i have a question i can retrieve images from database with this method i cant view images in my products please guide me?

]]>
By: Gustavo https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-46624 Mon, 29 May 2017 19:35:26 +0000 https://www.codexworld.com/?p=1694#comment-46624 Hi, how could i add a total row count to the bottom of the table? Thanks!

]]>
By: Linda https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-42896 Sun, 12 Mar 2017 16:31:50 +0000 https://www.codexworld.com/?p=1694#comment-42896 Thank you for the codes. What can I do if I want to add more columns? I have tried add more columns, but don’t know why not working well. Please response.

]]>
By: CodexWorld https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-41234 Sun, 19 Feb 2017 16:42:06 +0000 https://www.codexworld.com/?p=1694#comment-41234 In reply to yogesh.

You only need to change the $dbHost, $dbUsername, $dbPassword, and $dbName variable’s value in DB.php file as per your database credentials.

]]>
By: yogesh https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-41179 Sat, 18 Feb 2017 07:22:51 +0000 https://www.codexworld.com/?p=1694#comment-41179 i find this problem sir,no thanx.thank u for ur solution sir…..

]]>
By: yogesh https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-41177 Sat, 18 Feb 2017 06:32:32 +0000 https://www.codexworld.com/?p=1694#comment-41177 i try to this code change to connect another DB but error in DB.php 80 th line(non object),how to connect another database and what are contents can i changed in your code?please reply sir…

]]>
By: ANurag Tripathi https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-40790 Wed, 08 Feb 2017 16:04:27 +0000 https://www.codexworld.com/?p=1694#comment-40790 hi codex world ,
this is a great piece of code . i appreciate it .

you have to review that piece of code because
i think u have to add AND
if there is already available where so that it can work for
both where and search at same time .

if(array_key_exists(“search”,$conditions)){
$sql .= (strpos($sql, ‘WHERE’) !== false)?”:’ WHERE ‘;
$i = 0;
foreach($conditions[‘search’] as $key => $value){
$pre = ($i > 0)?’ OR ‘:”;
$sql .= $pre.$key.” LIKE ‘%”.$value.”%'”;
$i++;
}
}

]]>
By: Jas https://www.codexworld.com/server-side-filtering-jquery-ajax-php-mysql/comment-page-1/#comment-39822 Wed, 18 Jan 2017 09:43:47 +0000 https://www.codexworld.com/?p=1694#comment-39822 How to sort datewise in filter option??

]]>