|
|||
|
Hi,
Just starting out using Zend but have immediately hit a brick wall I have created a bunch of websites over the years so my HTML/PHP knowledge is okay.I have a strange problem when trying to use forms in Zend. I have a /user/register action that displays a form which POSTs to /user/create. I can GET /user/register and view the form and also as a test I can GET /user/create, however when I submit the form I get a 401 authentication required error. Submitting a form when not using Zend works fine, the problem only occurs with Zend. This shows in the Apache log as: ... GET /user/create 200 ... ...... ... POST /user/create 401 ... ...... I have Zend version 1.5 and the latest version of Apache. The form is a basic form. I dont have access to the exact code just now but it's basically something like this: Code:
<FORM action="/user/create" method="post">
<INPUT type="text" id="firstname"><BR>
<INPUT type="text" id="lastname"><BR>
<INPUT type="submit" value="Send">
</FORM>
There must be some setup issue but I cant figure it out at all ![]() Anyone got any ideas? P |
![]() |
| Thread Tools | |
| Display Modes | |
|
|