WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : phpCards - PHP/mySQL postcard script with web based admin to add, edit, and delete cards and categories. Very easy to install.
Categories : PHP, Complete Programs, HTML and PHP, MySQL Click here to Update Your Picture
A. Gianotto
Date : Sep 07th 2000
Grade : 4 of 5 (graded 3 times)
Viewed : 14638
File : phpCardsv1.3.zip
Images : No Images for this code example.
Search : More code by A. Gianotto
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

Download the zip file or go here: http://snipe.net/tech/scripts/php/

--------------------------------------------------
FEATURE LIST:
--------------------------------------------------
This is a postcard script with a web based admin for easy maintenance.

USER INTERFACE-
1. Multiple (unlimited) categories for cards
2. Default text comes with each card but can be edited by the user if they want
3. Sends an email with their pickup URL
4. Sends an email to the sender when the user picks it up. This only happens ONCE
so that if the recipient goes back several times to look at it, the sender
will not get spammed
5. Full-size preview of the image pops up in javascript window
6. Card Preview
7. Error checking on required fields

ADMIN INTERFACE -
1. Ability to add new cards, edit the full size and thumbnail images as well as default
text and category on existing cards, and delete cards
2. Ability to add, edit, and delete categories

BEHIND THE SCENES-
1. It utilizes a "language" file, so that every bit of text that appears in both the
user and admin screens can be translated in one file
2. All variables are in a configuration file which makes a brand new install take
about 20 minutes if you type slow. Colors, database names, font face,
directory structure, and other important variables are all totally customizable
3. The image/thumbnail height and width is dynamically generated, ensuring that the
page
will load nicely
4. Highly Intuitive interface
5. Draws from header and footer files to enable fast adapting to site-specific look and
feel
6. QuickLinking to specific Categories
(ie. "http://snipe.net/phpCards/admin/phpCardsChoose.php?CatID=1")
7. Sent card data is retained in it's own table, so that if you delete a category or
specific card, any users who have already been sent this card but have not yet
picked it up will still be able to retrieve their card


See the user demo at:
http://snipe.net/phpCards/

See the admin demo at:
http://snipe.net/phpCards/admin/
This program will take data from a user via a web based form, validate it, show it to the user for re-validation, and finally insert it into the database. Plenty of sanity checking on the fields in the form.
Categories : MySQL, HTML and PHP, PHP, Complete Programs, Databases
bookmarker - PHP, PHPLIB, MySQL WWW based bookmark manager
Categories : MySQL, PHP, MySQL, Complete Programs, Databases
DDN FFA Network Script
Categories : PHP, MySQL, Complete Programs, HTML and PHP, Databases



PHP mySQL learning example This is a complete program to modify tables in a mySQL database on a nice and neat way.
Categories : PHP, MySQL, Complete Programs, HTML and PHP
Functions for loading images into a MySQL database and displaying them.
Categories : Graphics, HTML and PHP, MySQL, PHP, Databases
dynamic table columns
Categories : PHP, HTML and PHP, Arrays, Databases, MySQL
Complex paging with no resultset limit
Categories : PHP, MySQL, Databases, Output Control, HTML and PHP
Dynamically generated pop-ups (Select items)
Categories : PHP, HTML and PHP, MySQL, Databases
phpFormGenerator for Dynamic Form Generation from MySQL
Categories : PHP, PHP Classes, MySQL, Databases, HTML and PHP
This is a very simple BBS that uses MySQL
Categories : MySQL, Databases, Complete Programs, PHP
AITSH Guestbook
Categories : Complete Programs, HTML and PHP, Databases, MySQL
Message of the Day - Random Message (Needs MySQL!)
Categories : Databases, HTML and PHP, PHP, MySQL
Accepts a database & hostname from a user and then HTTP username and password. Uses this to connect to a MySQL database. Produces a form based on the tables it finds there to allow the user to do SELECTs, INSERTs, and DELETEs.
Categories : Databases, PHP, MySQL, Complete Programs
Create and restore backup of MySQL databases
Categories : MySQL, Databases, PHP, PHP Classes, Complete Programs