Monthly Archiv: August, 2009

PHP URI Class

Package:
PHP URI Class
Summary:
Convert the request path info string into an array
Groups:
HTTP, PHP 5
Author:
Sebastian Potasiak
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.


get2post

Package:
get2post
Summary:
Generate links that post forms
Groups:
HTML
Author:
gianluca
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.


Powered by Gewgley