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
Mobile Dev World

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 : 23930
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.



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
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 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
Paginating the mySQL data
Categories : PHP, Algorithms, Databases, MySQL, HTML and PHP
Convert date's in YYYY-MM-DD (i.e. mysql format) into PHP3 timestamps. Also Find the difference in days between two PHP3 timestamps.
Categories : HTML and PHP, PHP, MySQL, Date Time
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
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
phpAddQuote v1.2 - UPDATED! Lets users add their own quotes to your website. You specify how many quotes appear on the page at a time. Easier install!
Categories : HTML and PHP, Complete Programs, PHP, Databases, Personalization and Membership
Handle multiple file upload
Categories : Complete Programs, Filesystem, PHP, HTML and PHP
Directory viewer, customize how you display the file structure, easy to understand. Found out about PHP 3 days ago, and this is my first prog.
Categories : HTML and PHP, Complete Programs, Directories, Filesystem, PHP
DirtSearch Version 3.5 full function robust PHP and MySQL (and other databases) Site or Web Wide Search Engine
Categories : PHP, MySQL, Complete Programs, Search, Databases
Web Self Service Resource Scheduler Using Session Variables under php4 includes Calendar building code - requires MySQL
Categories : PHP, Complete Programs, Calendar, MySQL, Databases
How to Create a Shoutbox Using PHP & MySQL
Categories : PHP, MySQL, Web Applications, Beginner Guides, HTML and PHP
 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?