keywords | Gets keywords from an <ISINDEX> search. |
param | Gets (or sets) the value of parameters. |
append | Appends to a parameter. |
import_names | Imports variables into a namespace. |
delete | Deletes a parameter. |
delete_all | Deletes all parameters. |
save | Saves all parameters to a file. |
self_url | Creates self-referencing URL. |
url | Gets URL of current script without query information. |
header | Creates HTTP header. |
redirect | Creates redirection header. |
cookie | Gets (or sets) a cookie. |
nph | Declares this to be a NPH script. |
dump | Prints all name/value pairs. |
| Form Generation | |
start_html | Generates an <HTML> tag. |
end_html | Generates an </HTML> tag. |
autoEscape | Sets whether to use automatic escaping. |
isindex | Generates an <ISINDEX> tag. |
startform | Generates a <FORM> tag. |
start_multipart_form | Generates a <FORM> tag for
multipart/ form-data encoding. |
textfield | Generates an <INPUT TYPE=TEXT> tag. |
textarea | Generates an <TEXTAREA> tag. |
password_field | Generates an <INPUT TYPE=PASSWORD> tag. |
filefield | Generates an <INPUT TYPE=FILE> tag. |
popup_menu | Generates a popup menu via <SELECT SIZE=1> and <OPTION> tags. |
scrolling_list | Generates a scrolling list via <SELECT> and <OPTION> tags. |
checkbox_group | Generates a group of checkboxes via multiple <INPUT TYPE=CHECKBOX> tags. |
checkbox | Generates a single checkbox via a <INPUT TYPE=CHECKBOX> tag. |
radio_group | Generates a group of radio buttons via <INPUT TYPE=RADIO> tags. |
submit | Generates a <SUBMIT> tag. |
reset | Generates a <RESET> tag. |
defaults | Generates a <DEFAULTS> tag. |
hidden | Generates an <INPUT TYPE=HIDDEN> tag. |
image_button | Generates a clickable image button via a <SELECT> tag. |
button | Generates a JavaScript button. |
| Handling Environment Variables | |
accept | Gets accept types from ACCEPT header. |
user_agent | Gets value of USER_AGENT header. |
path_info | Gets value of EXTRA_PATH_INFO header. |
path_translated | Gets value of PATH_TRANSLATED header. |
remote_host | Gets value of REMOTE_HOST header. |
raw_cookie | Gets value of HTTP_COOKIE header. |
script_name | Gets value of SCRIPT_NAME header. |
referer | Gets value of REFERER header. |
auth_type | Gets value of AUTH_TYPE header. |
remote_user | Gets value of REMOTE_USER header. |
user_name | Gets user name (not via headers). |
request_method | Gets value of REQUEST_METHOD header. |