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

My Movies Contact Php freeware
Filter: All | Freeware | Demo
 

My Movies Contact Php

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 1.919

PHP Address Book PHP Address Book is a simple, web-based addressbook (contact manager, organizer). It provides addresses, e-Mails, phone numbers & birthdays administration support. vCard and CSV export support is also provided.Added Features:- Some XSS fixes - Group print function available



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

License: Freeware Download (66): PHP Address Book Download

Added: May 10, 2013 | Visits: 5.453

Rock Solid Contact US System Rock Solid Contact US System is a secure contact us web form written in php, with optional visual confirmation, optional email confirmation, internationalization, easy to customize with template. It allows you to keep email private, eliminate 99.9% undesired spam. It prevents bot automation and...





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

License: Freeware Download (64): Rock Solid Contact US System Download

Added: September 03, 2013 | Visits: 827

FleaIM PHP Edition for Scripts Users can register and sign in manually or automatically.Here are some key features of "FleaIM PHP Edition":dlTE Modify my profile, state, signaturedlTE Send, receive message, flash & face icondlTE Search, add, block, remove, sort contactsdlTE View, download chatting historydlTE Get sound...


Platforms: PHP

License: Freeware Size: 532.48 KB Download (45): FleaIM PHP Edition for Scripts Download

Added: June 14, 2013 | Visits: 1.455

PHP Support Tickets PHP Support Tickets will allow a webmaster the ability to offer its user base a means to contact its personel through request vouchers.


Platforms: PHP

License: Freeware Size: 71.68 KB Download (49): PHP Support Tickets Download

Added: May 11, 2013 | Visits: 5.830

Contact Form PHPScript PHP Contact Form is a secure form processor for your Contact Us web page.PHP Contact Form features:- To prevent spam, a user is required to enter a security code (also called captcha or turing number).- The script checks that all form fields are filled and that e-mail address has the correct...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): Contact Form PHPScript Download

Added: April 30, 2013 | Visits: 652

Visitor Movies A client of mine wanted a plugin to log what users type into forms. I kind of didn't see the point at first. But a few days later I was a little annoyed that there was apparently no free alternative to websites like clixpy, clicktale and similar services.It occured to me that recording movies of...


Platforms: PHP

License: Freeware Size: 10 KB Download (48): Visitor Movies Download

Released: October 13, 2013  |  Added: April 16, 2014 | Visits: 4.239

Contact Form Script This PHP script is a fully functioning contact form which can be easily installed on your own website. It enables users to contact you directly by filling out the form. The PHP script is completely FREE to use, and none of the code is encoded allowing you to alter and change the script in...



License: Freeware Size: 19 KB Download (64): Contact Form Script Download

Added: August 30, 2008 | Visits: 1.604

Bid-n-Invoice My Contacts Bid-n-Invoice My Contacts is a Contact list and address book. The fast and easy way to store Names, Address, Phone and fax numbers, email address Web site address and more. Use Bid-n-Invoice My Contacts to store your friends, family or business contact information.


Platforms: Windows

License: Freeware Size: 2.08 MB Download (159): Bid-n-Invoice My Contacts Download

Added: August 01, 2008 | Visits: 1.776

My Address Book_pro My Address Book pro is an easy to use contact manager for keeping track of friends, family, and business contacts. You can store addresses, email, web links & phone information and add some notes for each contact. You can also send Email and visit your contacts website with a single click of the...


Platforms: Windows

License: Freeware Size: 1.5 MB Download (581): My Address Book_pro Download

Added: July 22, 2010 | Visits: 1.990

PHP WebDAV extension PHP WebDAV extension project allows easy access to remote resources with PHP through the DAV protocol. Installation This extension requires the Neon library and the related header files. Neon can be downloaded from: http://www.webdav.org/neon/ Pre-built packages and ports are already...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (145): PHP WebDAV extension 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: February 01, 2010 | Visits: 6.743

Contact Form Killer Contact Form Killer is a free tool you can use to generate contact forms for your site, or let your web site visitors add contact forms themselves. Contact Form Killer script takes care of messy form validation with both JavaScript and PHP, just in case they have JavaScript disabled. The...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (272): Contact Form Killer Download

Added: July 14, 2010 | Visits: 2.037

MySQL PHP to Posgres Converter MySQL PHP to PostgreSQL is an application that takes a php page that uses mysql calls and changes them into PostgreSQL calls. This allows any website (if it converts properly) that was written in PHP for MySQL to run as a website written to run on PostgreSQL. - Step 1: Download and uncompress...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): MySQL PHP to Posgres Converter Download

Added: April 23, 2010 | Visits: 3.106

WWW::Yahoo::Movies WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information. SYNOPSIS use WWW::Yahoo::Movies; my $movie = new WWW::Yahoo::Movies(); print "TITLE: ".$movie->title." - ".$movie->year."n"; WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/)....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (236): WWW::Yahoo::Movies Download

Added: July 24, 2010 | Visits: 2.197

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 (113): PHP::Session Download

Added: September 04, 2010 | Visits: 1.165

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 (101): PHP::Session::DB Download

Added: June 01, 2010 | Visits: 1.436

PHP SQLDiff PHP SQLDiff is a Web application that shows the difference between two SQL database tables. If you manage your database tables like I do, you also make copious copies of the tables. When I go to make any serious change to a table, I copy the table to another database and make my changes there....


Platforms: *nix

License: Freeware Size: 573.44 KB Download (97): PHP SQLDiff Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 551

My Things, Your Things for Mac OS My Things, Your Things lets you organize things you borrow to and from other people. It helps you keep track of where your stuff is. You can handle due dates with automatic alarms (e.g. for returning a book to the library in time), organize your things through filtering with smart groups and...


Platforms: Mac

License: Freeware Size: 2.3 MB Download (473): My Things, Your Things for Mac OS Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 29.210

TD Contact Management Server Tele Data's Contact Management Server is a custom designed HTTP server (WWW) which act as a front end to a SQLite Database designed to provide contact management services, accessible from a Web Browser, to a single or group of users on a LAN or WAN network. It is built around a Contact database,...


Platforms: Windows, Other

License: Freeware Size: 2.42 MB Download (60): TD Contact Management Server Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 22.216

Rock Solid Contact US System A secure Contact US web form write in PHP, with optional visual confirmation, optional email confirmation, internationalization, easy to customize with template. Keep email private, eliminate 99.99% undesired spam. Prevent bot automation and invalid/spoof email. Double validations client/server...


Platforms: Windows, Mac, Linux

License: Freeware Size: 62 KB Download (651): Rock Solid Contact US System Download

< 1 2 3 4 5 >