Can someone help clarify the POSTvsGET method.
If I have a form with INPUT tags and submit it with method="post" that is sending POST variable, yes?
If I have a form with INPUT tags and submit it with method="get" that is getting the data to populate the from via GET, yes ?
---------------------------------------------------
What is a URL Query String? is it a GET method or a POST method?
And why would a URL QUERY string work over a submitted form using the POST method.
Thanks, 1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
If I have a form with INPUT tags and submit it with method="post" that is sending POST variable, yes?
If I have a form with INPUT tags and submit it with method="get" that is getting the data to populate the from via GET, yes ?
---------------------------------------------------
What is a URL Query String? is it a GET method or a POST method?
And why would a URL QUERY string work over a submitted form using the POST method.
Thanks, 1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.