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
PHP Web Logs (BLogs)
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 : BBS system for easy customization. Utilizes mySQL.
Categories : Complete Programs, MySQL, PHP, Databases Update Picture
Michael Kablitz
Date : Jun 26th 1998
Grade : 2 of 5 (graded 7 times)
Viewed : 14522
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Michael Kablitz
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

=============================================================

BARE BONES BULLETIN BOARD


        Version 1.11
        14 August 1998 / 23 June 1998
        written by Michael Kablitz (mkab@zedat.fu-berlin.de)


The newest version of this script will usually be available at

http://amber.he.net/~dsoft/bbbb/


==============================================================

The BBBB provides an easy way to set up a BBS-style frontend                
for user input. Its usage should be fairly self-evident, even
to the novice. mySQL (www.tcx.se) is required for use.

The script mimicks the look of Brian Moon's 'Phorum' available at
http://brian.threadnet.com/forum/ but the underlying code
of BBBB is completely different:

- multiple levels are supported

- there is hardly any mySQL access or resource-intensive work
necessary when simply reading the table or single messages.
This job is done when messages are posted, which will happen
much less frequent.

- email notification when a new message is posted to a subscribed
thread. Optional.

- HTML tags inside bodies. Optional.

- users may delete their own postings. Optional.

- autodetect language to send to the browser. Optional.

- no cookies involved.

- the code is modular, which makes is easy to add own functionality.
If you do so, please send me your improvements. They will be added
to the next version.






This program allows you to upload an ODBC ressource - i.e. an MS-Access database to a MySQL server.
Categories : Databases, MySQL, Complete Programs, PHP, Databases
bookmarker - PHP, PHPLIB, MySQL WWW based bookmark manager
Categories : MySQL, PHP, MySQL, Complete Programs, Databases
phpAds, a complete banner and ad management system with detailled tracking and stats.
Categories : MySQL, Complete Programs, Ecommerce, PHP, Databases
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
Point and Click Interface ala MS Access for creating SQL statements.
Categories : MySQL, Complete Programs, General SQL, PHP, Databases
Simple Mini Poll class library (SimPoll)
Categories : PHP, PHP Classes, Databases, MySQL, Complete Programs
Browse a MySQL database & draw a tree view & load final items into a template page.
Categories : MySQL, Complete Programs, Algorithms, PHP, Databases
Shopping Basket On-Line Ordering System.
Categories : Complete Programs, MySQL, PHP, Ecommerce, Databases
free, search engine, indexing, system, information, web, ftp, http, free, software, cgi, php, MySQL, database, php3, FreeBSD, Linux, Unix, UdmSearch
Categories : MySQL, Complete Programs, PHP, Databases, Search
Example voting script. Lets people enter suggestions and vote for existing ones.
Categories : MySQL, PHP, Cookies, Complete Programs, Databases
complete, simple, working example of a login screen/system using php functions, cookies, and a mysql database for begginers.
Categories : Authentication, Complete Programs, PHP, MySQL, Databases
Shopping Cart e-Commerce Solution
Categories : Complete Programs, PHP, MySQL, Databases
AITSH Download
Categories : PHP, Complete Programs, MySQL, Databases
Create and restore backup of MySQL databases
Categories : MySQL, Databases, PHP, PHP Classes, Complete Programs
"myCSV-dump" converts a simple CSV-flatfile-database into an MySQL-dump.
Categories : PHP, MySQL, Databases, Complete Programs