next up previous contents
Next: POST method Up: Aloha Module Previous: Aloha Module   Contents

Overview

Aloha handles both GET and POST methods, which can be used separately or together. For instance, you can pass variables through an HTML FORM and at the same time, more variables through the URL.
Everything will go first through $kahuna:do_login_command(), and from there, will be dispatched towards $kahuna:parse_post() and $kahuna:parse_get() depending on the type of method used.



Subsections

Kr@nX 666 2004-01-04