I have a simple ajax call:
function init() { $.ajax({ url: \"./myFolder/user.php\", data: { action: \"init\" }, t
u should have in your user.php somthing like this:
die(init());