I am tring to use oohforms, but I can't figure out how the server-side authenticatoin works. When I turn off javascript, authentication doesn't seem to occur (no error messages appear). Do I need to call something other than $form->validate() ? Could someone explain how/when server-side authenication occurs for oohforms?
Thanks,
Matt Langeman
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-10-29
I think I figured it out. I didn't have register_globals on. I remember seeing a patch for phplib so you do not need to have register_globals on, but I forget where is was. If someone knows anything about this, please post a link here.
Matt Langeman
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am tring to use oohforms, but I can't figure out how the server-side authenticatoin works. When I turn off javascript, authentication doesn't seem to occur (no error messages appear). Do I need to call something other than $form->validate() ? Could someone explain how/when server-side authenication occurs for oohforms?
Thanks,
Matt Langeman
I think I figured it out. I didn't have register_globals on. I remember seeing a patch for phplib so you do not need to have register_globals on, but I forget where is was. If someone knows anything about this, please post a link here.
Matt Langeman