Package:
Summary:
Convert the request path info string into an array
Groups:
Author:
Description:
This class can be used to convert the request path info string into an array.
It parses the PATH_INFO request variable and splits into parts separated by the slash that are stored in an array class variable.
The class can also check if a given path info segment exists and what is its value.
Package:
Summary:
Generate links that post forms
Groups:
Author:
Description:
This class can be used to generate links that post forms.
It generates HTML with Javascript to display a link that when clicked it will submit a form using the POST method.
When the link is clicked it can ask the user to confirm the form submission.
The form input values can be encrypted.