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.471.384 Times

Perl Generator Contact Php software
Filter: All | Freeware | Demo
 

Perl Generator Contact Php

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.555

XML::Generator::vCard::RDF XML::Generator::vCard::RDF is a Perl module that can generate RDF/XML SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard::RDF; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard::RDF->new(Handler=>$writer);...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (173): XML::Generator::vCard::RDF Download

Released: March 05, 2005  |  Added: June 21, 2006 | Visits: 4.458

PHP MySQL PHP MySQL Wizard is an easy-to-use wizard that can create a full set of PHP pages that manage your MySQL database, using generated PHP pages users can search, sort, edit, delete, and add data into your database. Using PHP-MySQL Wizard you can instantly create powerful web application, even if you...





Platforms: Windows, Windows CE

License: Shareware Cost: $54.00 USD Size: 3.42 MB Download (172): PHP MySQL Download

Released: January 23, 2012  |  Added: February 07, 2012 | Visits: 1.461

Apeel PHP Code Generator Pro The quick and easy way to put your MySQL Database on the Web or your Intranet. Generate BETTER quality PHP data-entry Web/Intranet Applications in minutes without writing a single line of code! Tried-and-tested code also means little debugging/testing - all of which goes to saving you time,...


Platforms: Windows

License: Shareware Cost: $149.95 USD Size: 776.73 KB Download (172): Apeel PHP Code Generator Pro Download

Released: March 05, 2005  |  Added: May 11, 2006 | Visits: 4.710

PHP MySQL Wizard PHP MySQL Wizard is an easy-to-use wizard that can create a full set of PHP pages that manage your MySQL database, using generated PHP pages users can search, sort, edit, delete, and add data into your database. Using PHP-MySQL Wizard you can instantly create powerful web application, even if you...


Platforms: Windows, Windows CE

License: Shareware Cost: $54.00 USD Size: 3.42 MB Download (166): PHP MySQL Wizard Download

Added: March 26, 2010 | Visits: 1.849

PHP html2ps PHP html2ps is a PHP equivalent of the popular Perl script by the same name that accurately converts HTML with images, complex tables (including rowspan and colspan), layers and divs, and CSS styles to PostScript. If using a Linux or Unix server which supports exec() and ps2pdf, you may also...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (154): PHP html2ps Download

Added: April 09, 2010 | Visits: 1.148

WSDL::Generator WSDL::Generator is a Perl module to generate wsdl file automagically. SYNOPSIS use WSDL::Generator; my $wsdl = WSDL::Generator->new($init); Foo->a_method($param}; print $wsdl->get(Foo); You know folks out there who use another language than Perl (huh?) and you want to release a SOAP...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (153): WSDL::Generator Download

Added: March 16, 2010 | Visits: 1.604

QOF Generator QOF Generator is a project that generates C object source code from HTML/PHP or Perl/XML. Generating new objects for the Query Object Framework is repetitive, tedious, and time consuming. Qof Generator automates this process in PHP to build a working test program linked against QOF. Objects...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (151): QOF Generator Download

Added: November 24, 2006 | Visits: 3.232

Smart Editor Professional 2004 Smart Editor Professional is a complete Text, Hex, Programmers, HTML Editor. Features include support for most programming languages, WYSIWYG HTML designer, Template Projects, Project Manager, FTP support, Code Library, Programming Assistants, Tasks & Notes, Plugins etc. You can even write your...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 4.17 MB Download (144): Smart Editor Professional 2004 Download

Added: August 28, 2008 | Visits: 1.457

Firebird PHP Generator Firebird PHP Generator is a freeware but powerful Firebird GUI frontend that allows you to generate high-quality Firebird PHP scripts for the selected tables, views and queries for the further working with these objects through the web. Key features include: data management abilities (adding,...


Platforms: Windows

License: Freeware Size: 4.94 KB Download (139): Firebird PHP Generator Download

Added: August 22, 2008 | Visits: 1.461

PostgreSQL PHP Generator PostgreSQL PHP Generator is a freeware but powerful PostgreSQL GUI frontend that allows you to generate high-quality PostgreSQL PHP scripts for the selected tables, views and queries for the further working with these objects through the web. Key features include: data management abilities...


Platforms: Windows

License: Freeware Size: 3.27 KB Download (137): PostgreSQL PHP Generator Download

Added: October 19, 2006 | Visits: 3.242

NetServe Web Server NetServe Web Server is a super compact Web Server and File Sharing application for Windows NT, 95, 98, 2000, and XP. It's HTTP Web Server can serve all types of files including html, gif and jpeg, actually any files placed in your NetServe directory can be served. New key features include...


Platforms: Windows

License: Commercial Cost: $40.00 USD Size: 2.88 MB Download (134): NetServe Web Server Download

Added: May 10, 2013 | Visits: 1.541

PHP Firewall Generator PHP Firewall Generator is a simple PHP script that generates a firewall for iptables or ipchains.The script is created based on configuration rules entered by the user. The aim is to support a rule set similar to those supported by commercial Firewall systems, and have it easy to configure.Basic...


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

License: Freeware Download (128): PHP Firewall Generator Download

Added: June 26, 2010 | Visits: 1.192

SQL::Generator SQL::Generator is a Perl module to generate SQL-statements with oo-perl. SYNOPSIS use SQL::Generator; With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI)....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): SQL::Generator Download

Added: August 21, 2008 | Visits: 1.276

MS SQL PHP Generator MS SQL PHP Generator is a free user interface for MS SQL Server that helps the user create high quality MS SQL Server PHP scripts for selected tables, views and consultations. It speeds up the work and the web porcess. The main characteristics are summarized as follows:* Data control: addition,...


Platforms: Windows

License: Freeware Size: 4 KB Download (124): MS SQL PHP Generator Download

Added: July 24, 2010 | Visits: 2.201

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: November 24, 2010 | Visits: 1.641

phpCodeGenie phpCodeGenie (PCG) is a code generator for database driven applications. PCG can generate entire working basic database driven applications for you. PCG can generate code from different databases. The database servers it can talk to via ADODB are :- MySQL, PostgreSQL, Interbase, Firebird,...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (110): phpCodeGenie Download

Added: February 27, 2010 | Visits: 1.167

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: September 04, 2010 | Visits: 1.169

PHP::Session::DB PHP::Session::DB is a Perl module to read / write PHP sessions stored in databases. SYNOPSIS use PHP::Session::DB; my $session = PHP::Session::DB->new($id, { DBUSER => $dbuser, DBPASSWD => $dbpasswd, DBNAME => $dbname }); # session id my $id = $session->id; # get/set session data my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): PHP::Session::DB Download

Added: May 14, 2010 | Visits: 2.790

Contact Form Contact Form is a perl script that you can run on your website that will allow others to send you email through a web interface. Unlike other web to email gateways, Contact Form is designed to thwart spammers. It does not allow email to be sent to unknown addresses, nor does it reveal addresses...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (107): Contact Form Download

Added: March 12, 2010 | Visits: 1.616

PHP Printer Friendly Pages Generator Class PHP Printer Friendly Pages Generator Class is a PHP class that helps you create printer friendly versions of your page very easy. All you need to do is to insert some custom tags in your pages, tags that will tell the script what needs to be printed from that specific page. An unlimited number...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 1013.76 KB Download (104): PHP Printer Friendly Pages Generator Class Download

< 1 2 3 4 5 >