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??

 

 

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.