|
Posted by Erwin Moller on 02/01/06 19:08
mwpole@yahoo.co.uk wrote:
> Hello all,
>
> I'm working on an open source PHP project.
>
> Can anyone give me a pointer what PHP does when there is no 'action='
> specified in the form tag?
>
> An example being: <form name='EditEntity' method='POST'>
>
> I've seached all the code for 'EditEntity' and '$_POST' but no sign of
> either.
>
> Thanks in advance, mike
Hi Mike,
It will post to the same URL where the form originated from, so in most
circumstances, it will post to itself.
I am unsure if it is correct to leave the action out.
Why not fix it and put the right action-value in?
Good luck,
Erwin Moller
[Back to original message]
|