working a little bit with forms in HTML. using the POST method, but im a little confused about the way the url should look. i have a process.php file in the libraray with all my other website pages. im not sure if the usrl should be: "http://localhost/process.php" or just "process.php".
what is the difference between them ? when im trying the first one im getting this page: "Not Found
The requested URL /process.php was not found on this server."
and when im trying the other one im getting this page :
ERR_EMPTY_RESPONSE
and i have installed wamp...
thank you