Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.078.550 Times

Error Reporting Php freeware
Filter: All | Freeware | Demo
 

Error Reporting Php

< 1 2 3 4 5 
Added: May 15, 2013 | Visits: 416

PHP Typo Generation Class for Scripts The Typo Generator Class is a php class that generates lists of common typos.Types of typos that can be produced with this are:- striking the wrong key thats near your intended key- missing a character when you type- a single transposition error- and entering a key twice



Platforms: PHP

License: Freeware Size: 10 KB Download (41): PHP Typo Generation Class for Scripts Download

Added: February 27, 2010 | Visits: 1.161

PHP::Strings PHP::Strings is a Perl module to implement some of PHPs string functions. SYNOPSIS use PHP::Strings; my $slashed = addcslashes( $not_escaped, $charlist ); my $wordcount = str_word_count( $string ); my @words = str_word_count( $string, 1 ); my %positions = str_word_count( $string, 2 );...





Platforms: *nix

License: Freeware Size: 78.85 KB Download (107): PHP::Strings Download

Added: June 21, 2010 | Visits: 1.675

Gubed PHP Debugger Gubed PHP Debugger is, as the name suggests, a program to debug PHP scripts. It is not, as some people first believe, a PHP syntax checker. That is, it wont tell you where you forgot to put an ending bracket. It is rather a debugger to find logical errors, like why does this if-statement not...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (114): Gubed PHP Debugger Download

Added: July 16, 2010 | Visits: 1.654

ffmpeg-php extension ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHPs image functions. This works well for automatically creating...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (140): ffmpeg-php extension Download

Added: June 08, 2010 | Visits: 1.205

Rauls classes for PHP Rauls classes for PHP is an OOP database abstraction layer for PHP 5.1 or greater. Rauls classes for PHP provides abstract classes to access database servers and traverse result sets. There are several implementation classes to access different types of databases: SQLite, MySQL, PostgreSQL, and...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (91): Rauls classes for PHP Download

Added: October 05, 2010 | Visits: 2.434

PHP HTML Form Generation and Validation Class 1.0 Beta PHP HTML Form Generation and Validation Class is a PHP class for easy HTML form generation and validation. If youre a web developer you know that designing HTML forms and writing the PHP code for their validation is a really dull task. And if youre like me you mustve looked around the web to...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (131): PHP HTML Form Generation and Validation Class 1.0 Beta Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 1.067

PHP on Windows Training Kit The PHP on Windows Training Kit provides a comprehensive set of technical content including demos and hands-on labs to help you understand how to build PHP applications using Windows, IIS 7 and SQL Server 2008. This release includes the following: PHP & SQL Server Demos : Integrating SQL...


Platforms: Windows, 2008, 7

License: Freeware Download (58): PHP on Windows Training Kit Download

Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 637

Seagull PHP Application Framework Seagull is an OO PHP application framework that has the following design goals: a) independence of data, logic & presentation layers; b) extensible component architecture; c) comprehensive error handling; d) integration with PEAR; e) coding standards


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.45 MB Download (49): Seagull PHP Application Framework Download

Added: May 10, 2013 | Visits: 759

php-garden The general idea for Garden ("yet another new php framework this week") is to create a low-level framework upon which custom web applications could be built, possibly using another, high-level framework. It is expected to provide: - Proper error handling and logging (to screen, email and/or...


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (54): php-garden Download

Added: May 10, 2013 | Visits: 665

PHP-AWS PHP-AWS is a collection of PHP classes that let you take advantage of Amazon's web services platform (AWS). Currently, we have classes for use with - Simple Storage Service (S3) - Simple Queue Service (SQS) - Elastic Compute Cloud (EC2) - Mechanical Turk (MTurk) Methods__construct($key,...


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (52): PHP-AWS Download

Added: May 10, 2013 | Visits: 573

Generic PHP Stacktrace Debugging Module PHP just reports one line and not a stacktrace - so this guessing took an awful lot of time. Therefore I've written an enhanced PHP-Errorhandler to be included with just one line in application_top.The code can be used with about any PHP project, but is dedicated to OSC due to the nature of the...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Generic PHP Stacktrace Debugging Module Download

Added: May 10, 2013 | Visits: 715

PHP Lite Framework PHP Lite Framework is a lightweight framework developed in PHP for creating dynamic websites and web apps. It provides clean form handling, and uses ADODB db abstraction layer for database operations. Includes template system and error logging. Runs on PHP 4 or PHP 5.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): PHP Lite Framework Download

Added: May 10, 2013 | Visits: 696

IBT PHP Library and Framework 0.9.3a6 The IBT PHP Library (IPL) is a PHP library like no other. IPL combines the power of an enhanced function library with a structured web model to create a sort of living library. This functionality allows developers to focus more intently on their code and less intently on their design. That is not...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (51): IBT PHP Library and Framework 0.9.3a6 Download

Added: May 10, 2013 | Visits: 551

ffmpeg-php ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files.It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): ffmpeg-php Download

Added: June 03, 2013 | Visits: 431

DAL PHP DAL is a database abstraction layer written entirely in PHP.It's goal is to provide a general and consistent way for accessing a database from within a php page/script.DAL has some general methods that can be used to access the database from within php code. The implementation details (like how...


Platforms: PHP

License: Freeware Size: 153.6 KB Download (41): DAL PHP Download

Added: July 13, 2013 | Visits: 344

DAL PHP for Scripts DAL is a database abstraction layer written entirely in PHP.It's goal is to provide a general and consistent way for accessing a database from within a php page/script.DAL has some general methods that can be used to access the database from within php code. The implementation details (like how...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (40): DAL PHP for Scripts Download

Added: July 30, 2013 | Visits: 577

PHP-MYSQL-MSSQL PHP-MYSQL-MSSQL is an interface to be used with the PHP programming language to help you connect, disconnect, insert, update, delete, query, result and page_cut from MySQL or MSSQL more easy.You just change the setting.inc.php to suit your environment....


Platforms: PHP

License: Freeware Size: 10 KB Download (39): PHP-MYSQL-MSSQL Download

Added: July 05, 2013 | Visits: 964

PHP DB Script PHP DB Script is designed to access MySQL database with convenient methods. It provides an easy way to access a database by recuding of code you should write. Debugging facilities should be another important function of this Free PHP script, you can display the request and the resulting table by...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): PHP DB Script Download

Added: August 13, 2013 | Visits: 632

Roadsend PHP Compiler Roadsend PHP Compiler is a free, open source native compiler for the PHP language. It compiles PHP source code to stand alone, native binaries which do not require an interpreter.Roadsend Compiler can build online web applications with Fast/CGI, offline web applications with an embedded web...


Platforms: PHP

License: Freeware Size: 2.71 MB Download (54): Roadsend PHP Compiler Download

Added: August 15, 2013 | Visits: 420

Seymour for Scripts Seymour is a library for fetching, parsing and reading Atom and RSS feeds from your PHP code.It is designed for developers creating web sites and web applications that need to be able to understand feeds provided by other sites and applications.Features- Maps all feed formats to Atom 1.0 so that...


Platforms: PHP

License: Freeware Size: 430.08 KB Download (46): Seymour for Scripts Download

< 1 2 3 4 5