i need to create the file core.php for this file whit ajax
function show(val) {
$("#content").empty().append('<center><img src="images/load.gif"><br>Loading web module,Please wait...</center>');
$.ajax(
{
type: "POST",
url: "includes/core.php",
data: "content=" + val +...