|
|
|
| Title : |
database,php,mysql,demo,example,php3,training,tutorial,codes,code |
| Categories : |
Databases, MySQL, PHP, PHP Options and Info |
 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 |
|
|
|
|
|
|
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.
| |
|
|