DreamCARDS ver Bet
| DreamCARDS | ||||||||
| Category : | Php Tutorials-tips Postcards | |||||||
| Platform : | ||||||||
| Price : | Free | |||||||
| Developer: | Dreamland Studios | |||||||
| Version : | Bet | |||||||
| HomePage Address : | ||||||||
| Demo URL : | ||||||||
| Date added : | ||||||||
| Download Link : | Click to Download | |||||||
|
|
||||||||
|
||||||||
|
This is a php software and a post card where emails can be send to multiple recipients. Features like customising card templates, works with any JPEG images or photos, cards appear in recipient's inbox and no need to host card files on server. In this script no database is needed for accessing by the webmasters in the website. It can be integrated easily with any active websites. Demo page is available for this script where users can view this script to know about it.... This is a php software and a post card where administrator has ability to edit the full size and thumbnail images, text and category on existing cards, delete cards and to add new cards. In this script error checking can be done on required fields. Default text that comes with each card can be edited by the user through user interface. The webmasters can add, edit, and delete categories. The sender is provided with a spam protection in this script. Full size preview of the image pops up can... DreamCards PRO is the last version of DreamCards. Adding new ecards has never been easyer, just upload them with a ftp program in the right directories. Admin area available to set up your categories (which are unlimited), to set up some script variables according to your system configuration. Also, you will be helped to install the script by the Installation Wizard. In a few steps the script will be up and running. If you thing you need a more complex version of DreamCards PRO, you can cont... This is a php software and a card in which you can record voice and send a ecard with voice message. This script is easy to activate or deactivate a category, Top 10 eCards and 10 Skins background are provided in this script. It supports image types like GIF, GIF Animations, JPG and macromedia flash animations. Allows the sender to upload his own music or sound files, poem and image or flash animation and permit senders to add multiple recipients. The sender can receive a copy and send ecar... This is a php software and a card which allows users to select a number of fonts and three different font sizes and can upload their own images. In this script users may also choose to be notified when their card is viewed. Features like view stamps as you make your choice, limit byte size, width and height of the uploaded images, format the scripts to show cards by categories easily, create new card pages easily, a simple routine to remove old cards, plain text user log, extensive documenta... Cards are saves as HTML-file to your webserver and automatically deleted after 14 days (you can change this parameter). Recipient is informed per email with link indicating to his card... This is a php software and a post card where administrator can add, edit and delete sponsors. The admins can also add and remove midi and wav files. The webmaster can change the password, create unlimited categories, uploads uplimited postcards and use flash and animated gifs. In this script members can schedule cards to be sent on specific date, view if and when card was picked up and remove old cards. The users can add daily pictures to their website and can view cards by rating. This scri... Ecardswa represents a solution for a greeting-card-shipment-service with many features: User registration, history, attractive shipment options, full administration etc. The programm is based on PHP and MySQL. All greeting cards sent are saved in a data-base. The users have access to all their cards sent at any time. Installation is quick and easy and is carried out via browser with install.php scripts.... Feature: easy to install wizard script; Only 4 steps to complete installation process. Powerful Admin Control Panel to manage categories, create unlimited categories, upload or delete image, music files and much more.... |
Jump into PHP and MySQL web programming - Part I is an article that teaches about programming with PHP and MySQL easily. The author says that most of the unix hosting services provide MySQL service as one of their hosting plans. The author gives some example programmes, tables, queries for easy learning. Helpful to PHP programmers.... The class.dropshadow.php is nothing but a drop shadowed thumbail creator written using PHP. The script allows you to apply a drop shadow effect to a particular thumbnail image and also you are able to customize the setting such as changing the color of the background so that the shadow effect fits better into the page as well as the size of the thumbnail. The script can be used to create your own drop shadows when you don't like the spacing of the drop shadow.... In this article, the author gives a simple code in PHP for counting the number of rows or records in a database. He gives some sample PHP script function for this. He also gives notes on how the mysql_num_rows function will work only for select statements and the mysql_affected_rows function should be used for other statments like INSERT. This article is useful for PHP programmers.... This comment scirpt uses MySQL and can be used for unique pages. The tutorial guides you through the process, step by step.... Do you have a script that takes a while to process? Wanna start outputting before the entire script finishes processing? Learn how to use PHP output buffering functions and have them actually work! Don`t make your visitors wait for a long script to process.... This tutorial will show you how to create a user login system for your website using php and mysql to store the user data. It will show you how to allow a user to register his preferred login id and password, verify and authenticate the user when he subsequently logs in and send the users password to his registered email address if the user forgets his password... A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc... Most scripts written for getting a google pagerank connect to the google servers everytime someone views a page where the script is called. Depending on how busy your site is this can mean that you connect to google thousands of times each day to get exactly the same information. This script uses a cache to prevent this from happening. The first time someone visits your site the script connects to google and then after that the pagerank value is fetched from a cache. This is far faster (... In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.... |