Is there any difference beween:
<form action="">
... and:
<form action=".">
?
Is there any difference beween:
<form action="">
... and:
<form action=".">
?
empty string normally indicates current url (e.g., http://example.com/a/test.html
)
'.'
- current 'directory' (e.g., http://example.com/a/
)