Re: [jQuery] not able to receive POST data in php file

2009-12-21 Thread Juan Ignacio Borda
try a var_dump($_REQUEST) to see what's being submited. Original Message i am using the following JQuery function to "successfully" POST data to the user_submit.php file, its just that the php file is unable to receive the data. $(function() { $("#submit_js").click(

[jQuery] not able to receive POST data in php file

2009-12-21 Thread Amit
i am using the following JQuery function to "successfully" POST data to the user_submit.php file, its just that the php file is unable to receive the data. $(function() { $("#submit_js").click(function() { $.post("user_submit.php", { comment: $("#comment").val()