Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 701-720 of 870
Create Professional Reports From Your MySQL Database!
If you are looking for a solution to compile and manage an unlimited number of MySQL database reports then Smart Report Maker is the tool just for you. It's a quick and easy PHP MySQL report generator that gives you the ability to prepare the reports that you need at the click of a button. Smart Report Maker has a friendly wizard style user interface that allows you to select only the tables and columns which you need for your report, create multiple data filters and select the exact data you wish to include in your report, .sort the data in your preferred order of ascending or descending, set multiple group levels, define table relationships to create reports based on multiple tables, password protect generated reports, and much more . Try it free now!
(0 ratings)
Reviews0
PriceUSD 48.00
Views2061
How to Read RSS Feeds Using PHP and MagpieRSS
posted byizwan00inXML & PHP
MagpieRSS is a PHP library that can be used read various type of RSS Feeds. In this simple tutorial, I'll provide 2 example to read rss feeds from other website. The first example is to read the latest news from reuters website and the second example it to read weather information from MSN weather.
(3 ratings)
Reviews0
PriceFree
Views1777
Connect to a Paradox database through a DBD::ODBC driver
The script will show you how to create an ODBC connection to a Paradox database, install the DBD::ODBC Perl module and how to use some queries for interrogating a Paradox table in connection with DBI Perl module (a database-independent interface) and the specific DBD driver. Previously you must install BDE (Borland Database Engine) on your computer. Using DBI and DBD you can connect to any kind of database you have in view (not only Paradox).
(3 ratings)
Reviews0
PriceFree
Views1262
Delete Database Users stored procedure
Stored procedure compatible with Microsoft SQL Server 2000 and 2005 that automatically deletes unnecessarily users from your database.
(3 ratings)
Reviews0
PriceEUR 21.50
Views758
Sqlite3 database manager
Script allows to do all main operations with Sqlite databases - add, modify, view and delete data. Also is possible to view tables structure, search with certain properties and configuration file allows to set up user accounts with privileges for example just adding and viewing permissions.
(0 ratings)
Reviews0
PriceUSD 100.00
Views817
Navicat for MySQL Database management tool for Mac OS X - Compatible with Mac OS X Leopard
posted bysamnavinSoftware
Navicat is a professional and intuitive database management tool lets you create, browse databases and run SQL queries in an easier way. This MySQL Client tool features an intuitive interface and provides a set of useful tool to manage, backup/ restore, import/ export data, Synchronize database and connect to remote MySQL server, etc.
(0 ratings)
Reviews0
PriceUSD 79.00
Views682
Form To Database
Form to Database and Mail is an extension for Adobe Dreamweaver that allows to automatically save all the fields in a form as a table in a MySQL database. At the same time, it includes a copy of the same data in an email message - this way you are notified that a form has been filled in by a user.
(0 ratings)
Reviews0
PriceUSD 29.99
Views993
Database Examiner Individual License
Database Examiner is an easy-to–use, powerful solution that identifies design discrepancies, recommends precise corrections and generates scripts to implement revisions. Database Examiner is an extensive analytical tool to validate the database schema and the quality of the output of the leading database modeling tools from CA, Oracle, Sybase, etc. It is also extremely useful in situations where no modeling tools were used to create the database. This powerful product provides numerous benefits, including: * Comprehensive Diagnostics and Reporting * Design Discrepancy Isolation * Improved productivity and accuracy * Maximize design efficiency * Increase database performance * Teach Me Facility. Please visit our site for more details......
(0 ratings)
Reviews0
PriceUSD 2,500.00
Views874
BarSlider
BarSlider is primarily meant to be used as a volume control for a video player. You can specify the number of bars, their widths and heights, and colorFull/colorEmpty, value, gap between bars, ButtonMode, and weather to use the precise method of rendering the bars. It's that last bit that is different than most bar sliders. If for instance you have 10 bars on your volume control and the user sets the volume at 85% they can't tell exactly what the value is by looking at the bars other than it is somewhere in the 80-89% range. With preciseMode turned on BarSlider will show the 8th bar at 1/2 full to illustrate to the user that the volume is at 85%. Besides that it just sort of looks cool to see the bar values change. The range isn't just limited to 0-1 for volume. As you can see in the example here the range can be set at any positive value. For instance the gap ranges for 1-10 and the barHeight ranges from 1-49.
(0 ratings)
Reviews0
PriceUSD 3.00
Views1274
FFDPERL - Flat File Database for PERL
SQL command flat file database for perl users. Allows creation of tables, update, and insert of data in to tables and much more to come.
(0 ratings)
Reviews0
PriceFree
Views1446
Maran Database Comparer for mySQL
Is an (php/mySQL) tool for mySQL Server database comparison. It allows you to view the tables differences in compared database. If the tables compared are not identical, is showing the columns of table and return message NOT IDENTICAL. Is designed to compare different versions of the same database and is freeware solution.
(1 ratings)
Reviews1
PriceFree
Views751
DW ASP Database Event Calendar
ASP Event Calendar with Database is an Event Calendar with support for MSAccess, ODBC and MSSQL databases. Dreamweaver ASP Event Calendar is an extension for Dreamweaver that allows a fast and simple insertion of this type of calendar into a webpage. It can be easily adapted to all kinds of purposes. You can manage and show information in many different ways.
(0 ratings)
Reviews0
PriceUSD 59.99
Views1397
ASP Database Appointment Calendar
posted byyosmanyinCalendars
ASP Database Appointment Calendar is an appointment calendar to book, show and edit appointments including database support for MSAccess, ODBC and MSSQL databases. This calendar is highly flexible, you can create periodical schedules (i.e., events each 20 minutes, or every hour), as well as changing schedules.
(0 ratings)
Reviews0
PriceUSD 49.99
Views1804
Progress Technologies, Inc.
Progress Technologies, Inc. is a leader in the development of PHP/MySQL website and database applications for city government, real estate, financial and manufacturing companies nationwide since 1998. The company has continued to steadily grow while weathering the tech boom and crash of the late 1990’s and today’s market by providing unmatched customer service and top of the line programming techniques. If you are interested in partnering with a 100% US based and operated developer that appreciates your business and will work exceptionally hard for you... please give us a call ASAP. 1-877-541-2340 toll free. PHP/MySQL/Linux/Apache (LAMP experts).
(0 ratings)
Reviews0
PriceUSD 29.95
Views479
Geographical Code Database - UK Postcodes
Download the UK postcode database. 1 622 036 precise records are in the 'UK Postcodes' package. UK Postcodes are composed of 7 characters. The 'UK Postcodes' package includes the information on: UK Postcode, Latitude, Longitude. Latitudes and longitudes are to within 0,0001 (4 digits after the comma).
(0 ratings)
Reviews0
PriceUSD 29.95
Views635
Maintain a Single Database Object in PHP 5 Using the Singleton Pattern
When creating a PHP application, it is usually necessary to connect to a database to perform certain tasks. In some cases you only want to open a connection when necessary, but limit it to a single connection. This way you don't waste resources on unnecessary database connections. For these situations I use the Singleton Pattern, which is perfect for this.
(0 ratings)
Reviews0
PriceFree
Views861
Baby Names Search Engine database
NameGeni is a Baby Name Search Engine written in PHP and using a Mysql database, responsive mobile theme, filled with 40770 first names for boys and girls with meanings, origins and many more detailed information. Get your own Name Search Engine online in minutes and earn Money! The script is absolutely simple to use and tailored specifically for any webmaster to use, from the newbie to the professional and everyone else in between.
(15 ratings)
Reviews0
PriceUSD 21.00
Views1668
Flash/PHP admin chat with lobby (no database dependency!)
You can upload this simple script to your website and have a direct admin user communication. All users join a chat room lobby and they can send invitations to each other. Administrators can invite multiple users. However an administrator must be always present in a chat session (i.e. 2 normal users cannot invite each other) All chat sessions are logged in HTML format files and can be accessed later. - No database dependency ! - To install simply copy the "phpchat" folder to your server. (Note: The installation requires some basic PHP knowledge. Please contact your webmaster.) - If you wish to modify the FLA files you need Adobe Flash CS3. - Please read the readme/ files. - Replace the logo.png file with your company logo. For any question please don't hesitate to contact me at: neolit123 at gmail dot com
(1 ratings)
Reviews1
PriceEUR 60.00
Views864
BBXChat - Flash / PHP Chat (no database dependency!)
BBxchat is a flash/php based component. Features: - does not require database. - supports unlimited number of users. - sound notification with on/off button - user join notification - clearing of chat history. - no know language or character limitations read the readme file. for any questions please contact me at neolit123 at gmail dot com
(1 ratings)
Reviews1
PriceEUR 30.00
Views800
Best Clone Scripts Directory Database Clone pages
Take the hassle out of paying programmers to clone those popular websites. Our listing directory has all the top clone scripts for popular websites such as ebay clone, yahoo clone, paypal clone, swoopo clone and many more. Its worth a trip to clonepages.com to look for the best clone scripts on the internet. http://www.clonepages.com
(3 ratings)
Reviews0
PriceUSD 0.01
Views2486
Results 701-720 of 870