Jump to content

What does "form posting to a directory mean"?


rv20

Recommended Posts

NO NO  here is some source from some *.html page  to show you what i mean,

 

 <form action="/sessions" method="post"> 
<!-- all the rest of the code in here -->
<input type = "sumbit" >
</form>

 

So if i save that code to an *.html file and create a folder called sessions and click the submit button then nothing happens, the page does nothing, if i replaced "/sessions" with say "sessions.php" then it would naviagte to "sessions.php" but the above code is actual code i took from a page, so why does it not do anything when i try it??

 

 

Link to comment
Share on other sites

It's possible that: /sessions actually points at a script file, such as /sessions.php or /process.php or /fooasdfqwertykowijibo.asp.

 

URLs can be virtual, meaning they don't point at an actual resource, but when requested they get directed to an actual resource that does exist.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.