code:
Code
<form method="post" action="home" ...
what does "home" mean?
usually there is a url, to which the post data will be sent. but now i got this webpage, where in action there is only a "home". does that mean that the data is sent to the same address as i am on atm? or will the data be sent to www.theurl.com/home ?
nvm, its as i thought: "www.theurl.com/home"
This post was edited by Richter on Mar 31 2013 05:46am