In previous post we have seen how to send data in serialized form with ajax using searialize() method. Now we will see how to post json data with ajax using serializeArray(). Before proceed we must know what is the difference…
Tag: data
Extract URL Data Using jQuery and AJAX in PHP
Looking for extracting of data from URL like Facebook. In this tutorial we see how to extract data from URL or Link. You have seen extracting data from URL using DOM parser but here we are talking about extract data…
Fetch data using AJAX with PHP and MYSQL
As we have discussed earlier about how to delete data using AJAX. Now we are going to discuss about how to fetch or retrieve data using in php with use of MySQL. AJAX is mixed technology with JavaScript and XML…