JMBG

Package:
Summary:
Validate and extract details from JMBG numbers
Groups:
Author:
Description:
This class can be used to validate and extract details from JMBG numbers (Jedinstveni Maticni Broj Gradjana) - Unique Master Citizen Number.

It can parse JMBG number to validate it and extract the citizen birthday date, age, country and region of birth and gender.

The class can also compute a checksum to create a new valid JMBG number.


PHP Chunk

Package:
Summary:
Extract chunks from large XML files
Groups:
Author:
Description:
This class can be used to extract chunks from large XML files.

It can read given XML files and search for sections that are enclosed by a given XML tag.

The class returns each XML document chunk with the given tag iteratively until it reaches the end of the file.


WordPress 2.8.3 Security Release

Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.  Download 2.8.3, or upgrade automatically from your admin.

PHP URI Class

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.


get2post

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.


Powered by Gewgley