|
Hello, I was able to get HTML form data with PHP using action/method,
When I try to use POST in an ajax program, am I still able to use the
action/method manner with the form in conjunction with the POST
in the ajax itself---I have been unable to get the form entries to
be "seen" by the PHP
|