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

phpMyAdmin 3.4.0-alpha2 is released

Posted on : 30-11-2010 | By : admin | In : PHP Advanced, php database

0

Welcome to the second alpha release of phpMyAdmin 3.4.0. This release contains new features, especially: * User preferences * Relation schema export to multiple formats * ENUM/SET editor * Simplified interface for export/import * AJAXification of some parts * Charts * Visual query builder

Visit link:
phpMyAdmin 3.4.0-alpha2 is released

PHP PDO Wrapper Class

Posted on : 30-11-2010 | By : admin | In : PHP Classes

0

Package: PHP PDO Wrapper Class Summary: Execute SQL queries from parameter lists using PDO Groups: Databases , PHP 5 Author: Andrew P. Description: This class can be used to execute SQL queries from parameter lists using PDO

Continue reading here:
PHP PDO Wrapper Class

Export PDF

Posted on : 30-11-2010 | By : admin | In : PHP Classes

0

Package: Export PDF Summary: Generate a PDF file with a listing of data records Groups: Files and Folders , PHP 5 , Printing Author: karikalan Description: This class can be used to Generate a PDF file with a listing of data records.

Original post:
Export PDF

phpMyAdmin 2.11.11.1 and 3.3.8.1 are released

Posted on : 29-11-2010 | By : admin | In : PHP Basics, php database

0

Welcome to phpMyAdmin 2.11.11.1 and 3.3.8.1, two security releases.

Originally posted here:
phpMyAdmin 2.11.11.1 and 3.3.8.1 are released

Chain Query Builder

Posted on : 29-11-2010 | By : admin | In : PHP Classes

0

Package: Chain Query Builder Summary: Compose MySQL queries chaining functions Groups: Databases , PHP 5 Author: Arthur Borisow Description: This class can be used to compose MySQL queries chaining functions that define query parameters. It can create and compose the SQL statement of a query by performing chained calls to different functions of the class that take parameters to define different values of the queries.

Read the original:
Chain Query Builder

UseSQL

Posted on : 28-11-2010 | By : admin | In : PHP Classes

0

Package: UseSQL Summary: MySQL database access wrapper Groups: Databases , PHP 5 Author: Tanel Tammik Description: This class implements a MySQL database access wrapper. It can: – Establish MySQL server connections – Execute direct or prepared queries and retrieve results into arrays – Execute INSERT or CREATE TABLE queries from lists of parameters that define the table, fields and field values – Retrieve the last database access error or the last inserted record identifier The class functions return the current object to support function call chaining.

View post:
UseSQL

AJAX to ISO

Posted on : 27-11-2010 | By : admin | In : PHP Classes

0

Package: AJAX to ISO Summary: Convert UTF encoded text to ISO character set Groups: Conversion , Text processing Author: Gianluca Zanferrari Description: This class can be used to convert UTF encoded text to ISO character set.

Originally posted here:
AJAX to ISO

Select Option

Posted on : 26-11-2010 | By : admin | In : PHP Classes

0

Package: Select Option Summary: Generate HTML form select input option list Groups: HTML Author: Poomnatee Description: This class can be used to generate HTML form select input option list. It can take an associative array and generate select input option tags. Specific option values may be set individually

Continue reading here:
Select Option

Youtube Video Search

Posted on : 25-11-2010 | By : admin | In : PHP Classes

0

Package: Youtube Video Search Summary: Search for videos in YouTube using its API Groups: HTML , Video Author: Raj Kumar Trivedi Description: This class can be used to search for videos in YouTube using its API. It can send HTTP requests to the YouTube API Web server to perform searches for videos with given keywords. The class parses the results and generates HTML to display the found videos in a Web pages with links to the video pages, as well other video details like the length, summary, number of views, ratings, etc.

Original post:
Youtube Video Search

IniFileParser

Posted on : 24-11-2010 | By : admin | In : PHP Classes

0

Package: IniFileParser Summary: Manipulate INI file configuration values Groups: Configuration , Files and Folders , PHP 5 Author: Yves Lepatio Description: This package can be used to manipulate INI file configuration values. There is a class that can read INI files and parse them to extract the list of sections and entry names and values.

Read the original here:
IniFileParser