WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
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 Resources
Web Development Content
Internet Security Software
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
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists

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 : database,php,mysql,demo,example,php3,training,tutorial,codes,code
Categories : Databases, MySQL, PHP, PHP Options and Info Update Picture
David Gao
Date : Dec 17th 1999
Grade : 2 of 5 (graded 14 times)
Viewed : 32388
File : SDM.Zip
Images : No Images for this code example.
Search : More code by David Gao
Action : Grade This Code Example
Tools : My Examples List

Submit your own code examples  Submit your own code examples 
 

Simple database manipulation demo.
example codes for search,add,delete,update,sort...



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
Add, Edit /Update & Delete all in one Contact Management Form
Categories : PHP, MySQL, Databases, Beginner Guides
Message of the Day - Random Message (Needs MySQL!)
Categories : Databases, HTML and PHP, PHP, MySQL
This functions makes it easy to use session-variables known from ASP. With one Cookie the array "session" will save and restore from a db-record. In this version MySQL is used but it's should very easy to change
Categories : PHP, Arrays, Cookies, MySQL, Databases
List people whose birthdays fall on the current Day and Month
Categories : Databases, Date Time, MySQL, PHP
Newbie Notes #4 - Trapping dumb MySQL query errors
Categories : PHP, Databases, MySQL, Debugging, Beginner Guides
Required form fields that pull from MySQL database
Categories : PHP, HTML and PHP, Databases, MySQL
email new items in db
Categories : PHP, Email, Databases, MySQL, Beginner Guides
MySQL database class
Categories : PHP, MySQL, Databases, PHP Classes
The simple counter with use MySql and gd.
Categories : MySQL, HTTP, Graphics, PHP, Databases
TAB_STRUCT Class: Is supporting Class for the DBXML Class
Categories : PHP, PHP Classes, MySQL, XML, Databases
Storing / Retrieving pictures from database This can be used for banner / ads exchange. very useful for people developing big portal with ads in the site........
Categories : PHP, MySQL, Databases, HTML and PHP
This simple function will take a few arguments and easily set a associative array for each column in a result from a MySQL query
Categories : Databases, PHP, MySQL, Arrays
phpEasySQL - Easily connect to your MySQL database with just 1 php file and 3 easy steps!
Categories : Databases, PHP, MySQL, General SQL
 hello Dude wrote : 233
Does this check email syntax?
 
 Vamshidhar mt wrote : 836
Hello David,

I have problem connecting to MySql a error message is displayed as follows:

Fatal error:  Call to undefined function:  mysql_connect() in /var/www/html/phpprograms/DataBase.php on line 9

Bye
 
 Juan Gamio wrote : 844
I have this problem, in the Web Browser appear next line.

Fatal error: Call to undefined function: mysql_connect() in /home/jlino/public_html/web.php on line 22
 but y have install mysql and php.

Help me please
 
 Menta Loid wrote :880
These errors indicated a problem with mysql and php interface - The php module that you have installed my not have had sql compiled in, or it is using the "built in" libraries and you have a diferent set of librarys installed for mysql in the system. I had the same problem and I ended up removing the pre-installed php module and compiling apache,mysql and php in that order.