Blog



Sending Form Data to Server Using JQuery-Ajax $.post Method

Sending Form Data to Server Using JQuery-Ajax $.post Method

07-11-2017

Sending Form Data Using Jquery $.post Method Without Refreshing the page. After Button Click Event, We will get the input form data using JQuery and pass this data to Server side using HTTP POST Request. In Server Side, we will receive posted data using PHP and we can process the data like INSERT,DELETE,FETCH,UPDATE and then we will get back the server side response to our front-end.


Secure Image Uploading on Server Using PHP

Secure Image Uploading on Server Using PHP

25-09-2017

Upload the Image file on the server using a secure way. While uploading images on the server, the Developer must take care of certain security so that attackers would not upload any infected miscellaneous files that contain the virus.


PHP MySQL Google Like Pagination With Source Code & Database

PHP MySQL Google Like Pagination With Source Code & Database

10-08-2017

Fetching and Listing Database Table Records in Page is Easy in PHP Mysql. But, When We have Huge Records in Database Table, We Fetch Records and Paginate it into Pagination. It is Very Simple and a Little bit Tricky.


Make SEO Friendly URL in PHP by URL Re-Writing Using  .htaccess File

Make SEO Friendly URL in PHP by URL Re-Writing Using .htaccess File

27-06-2017

.htaccess is an Apache server configuration file that allows us to rewrite the URL. This file only has an extension and not any name.