I am sending data using HTTP POST to my server. But in the server, I am not receiving the data. And somehow I don\'t have any way to check the data (or debug script) on clie
try using var_dump($_POST['name-of-field']) or var_dump($_POST)
var_dump($_POST['name-of-field'])
var_dump($_POST)
updated:// and browse the source of the page and look for an array