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(
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()
2 matches
Mail list logo