using jquery in mysql php
- by JPro
I am new to using Jquery using mysql and PHP
I am using the following code to pull the data. But there is not data or error displayed.
JQUERY:
<html>
<head>
<script>
function doAjaxPost() {
// get the form values
var field_a = $("#field_a").val();
$("#loadthisimage").show();
$.ajax({
type:…