I am having a problem with my code as my php variable is not being echoed on page when using ajax jquery. Here is my code...
Where the response variable you get? Should be :
response
success : function( response ) { jQuery("#load_msgs").append(response+''); },