Featured Posts

Why PHP Frameworks MatterWhy PHP Frameworks Matter In a 1998 interview with Dr. Dobb’s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I’ve never forgotten, remarking, “Take...

Readmore

  • Prev
  • Next

PHP Form Validation

Posted on : 31-10-2011 | By : admin | In : PHP Classes

0

This class can validate values of several types.

Read more:
PHP Form Validation

Firebug Console Log

Posted on : 30-10-2011 | By : admin | In : PHP Classes

0

This class can Log debug output to show in Firebug console. It can output HTML with JavaScript code that makes the Firebug browser extension show given log messages in its console. The class comes with auxiliary functions that can be registered to handle PHP errors and exceptions in such way that they use the class to output information of any errors in Firebug console.

View original post here:
Firebug Console Log

WebmasterTools

Posted on : 28-10-2011 | By : admin | In : PHP Classes

0

This class can manage sites in the Google Webmaster Tools. It is an enhanced version of the original class written by Paul Williamson. This version fixes a bug that prevented site verification and adds the possibility to validate a site by using a meta tag.

Continue reading here:
WebmasterTools

Capturing data in a simplified form post

Posted on : 27-10-2011 | By : admin | In : PHP Classes

0

This can be used to validate and retrieve POST values into constants. It can retrieve a list of POST request values and verify whether they are set to non-empty values. The class can also load the POST request values and assigned to constants.

Originally posted here:
Capturing data in a simplified form post

PHP 5.4 beta2 released

Posted on : 26-10-2011 | By : admin | In : PHP Basics, php news

0

The PHP development team is proud to announce the second beta release of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours

Continued here:
PHP 5.4 beta2 released

SQL Parser

Posted on : 26-10-2011 | By : admin | In : PHP Classes

0

This class can Parse SQL files and extract query statements from them. It can take the contents of a file with SQL statements and parse them to extract those statements

See the rest here:
SQL Parser

gmaps3simple

Posted on : 25-10-2011 | By : admin | In : PHP Classes

0

This class can display interactive maps with Google Maps 3 API. It can generate HTML and JavaScript to make a map be displayed in a Web page. The class can add static or draggable markers to the map, customize the style of the map elements, draw routs, display shapes like polylines, polygons, circles and rectangles, display photos of the locations from Panoramio and Flickr, open information windows, add menus to go to specific locations, etc.

More here:
gmaps3simple

CLI Parser extended

Posted on : 24-10-2011 | By : admin | In : PHP Classes

0

This class can get values from command line arguments.

The rest is here:
CLI Parser extended

phpMyAdmin 3.4.7 is released

Posted on : 23-10-2011 | By : admin | In : php database

0

Welcome to phpMyAdmin 3.4.7, a bugfix release.

See more here:
phpMyAdmin 3.4.7 is released

Multipe Image Resizer Script

Posted on : 23-10-2011 | By : admin | In : PHP Classes

0

This class can resize images in several ways.

Read more from the original source:
Multipe Image Resizer Script