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
Submit Site
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 : 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 Update Picture
Willem Aandewiel
Date : Dec 27th 1999
Grade : 2 of 5 (graded 3 times)
Viewed : 20689
File : GenMut.zip
Images : No Images for this code example.
Search : More code by Willem Aandewiel
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

Please see attached file above.



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
This is a redirection program which is as good as the come.to v3 url redirection, complete with admin interface all clients stored in mysql
Categories : PHP, MySQL, Ecommerce, HTML and PHP, Complete Programs
DDN FFA Network Script
Categories : PHP, MySQL, Complete Programs, HTML and PHP, Databases
bookmarker - PHP, PHPLIB, MySQL WWW based bookmark manager
Categories : MySQL, PHP, MySQL, Complete Programs, Databases
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
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
phpAds, a complete banner and ad management system with detailled tracking and stats.
Categories : MySQL, Complete Programs, Ecommerce, PHP, Databases
Point and Click Interface ala MS Access for creating SQL statements.
Categories : MySQL, Complete Programs, General SQL, PHP, Databases
html split bar used to split in multiple pages a database result
Categories : HTML and PHP, Databases, MySQL, PHP
Tropicalm Genetree Family (MySQL based family tree)
Categories : PHP, Interfaces, Databases, MySQL, Complete Programs
Automatically printing the contents of an sql table in MySQL.
Categories : MySQL, PHP, HTML and PHP, Databases
phpWebCam v1.0- Webcam management software - Automatically checks if you're online, and comes with a caption tool capable of handling multiple users.
Categories : PHP, Complete Programs, HTML and PHP
Web Self Service Resource Scheduler Using php3 and MySQL
Categories : PHP, Complete Programs, MySQL
Random quote generator using MySQL and PHP. Allows HTML tags inside quotes and features a marker so a sigle quote will not be repeated after consecutive page loads.
Categories : PHP, HTML and PHP, MySQL
Amazon book cover handling
Categories : HTML and PHP, PHP, MySQL, Ecommerce
 Willem Aandewiel wrote : 148
The php end-tag "?>" was somhow lost in the 
GenTitle.php3 file. It should be added between the 
comment and the first HTML tag "<html>".

 
 Jan Zwart wrote : 168
It indeed is a great learning example, but it is a 
really great tool too!!
 
 Aleksander Mortensen wrote : 299
Great App - I have been trying to add a function to list 
all entries in the tables in order to easily be able to look 
up the article you want to update or delete.... 
Unfortunately my capabilities as a programmer are 
somewhat limited and I have currently given up... 
Anyone up for the challenge?

I had a problem with stristr - my server gave me a `call 
to unsupported or undefined...` but strstr works fine - it 
may have other implications in terms of case sensitivity 
though...  What is the reason for this...
 
 Fred Moi wrote : 512
I get an error message: 
Parse error: parse error, expecting ``,`` or ``;`` in /home/Genmut/GenMut.php3 on line 71 
and the pics on the menu bar does not appear. 
Any idea what`s wrong ?
 
 koen De Wolf wrote : 568
the problem mentioned according the parse error is simple to correct:

just write on line 68: global $PHP_SELF, $argv;
instead of global $PHP_SELF, $argv 

You`ll notice there was a ; missing
Koen
 
 Matthew Lapetina wrote : 604
I can`t seem to get the button image to show up correctly - it shows up as a broken image but the link still works. Any ideas?
 
 Robert Swierczynski wrote :694
Okay so I read the other comments on this particular download, however I have a problem with the STATE variable.

Warning: Undefined variable: STATE in c:\wwwroot/php examples/php mysql example/GenMenu.php3 on line 20


Any ideas?