|
|
| 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 : |
33369 |
| 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... |
|
| bookmarker - PHP, PHPLIB, MySQL WWW based bookmark manager Categories : MySQL, PHP, MySQL, Complete Programs, Databases | | | 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 | | | A very simple and efficient split bar the B-Z bar , for mysql and php ...
Tired of obfuscated code try this one ...
Categories : PHP, Databases, MySQL, Algorithms | | | Simple usersOnline class - keep track of how many users are online on your site Categories : PHP, PHP Classes, Databases, MySQL | | | Solution to those 'tell-a-friend' type email issues Categories : PHP, Email, Databases, MySQL | | | PostGreSQL and MySQL 2 in 1 db Manager Categories : PHP, PHP Classes, Databases, PostgreSQL, MySQL | | | Function to check connection to MySQL and redirect to an error page if an error occurs Categories : MySQL, PHP, Debugging, Databases | | | 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 | | | List people whose birthdays fall on the current Day and Month
Categories : Databases, Date Time, MySQL, PHP | | | AJAX Data Grid System using php and mysql. A complete login system with the ability to display data in a grid using ajax. Add , update and delete the records without reloading the page. Categories : PHP, AJAX, Databases, MySQL, Java Script | | | [PHP5] aDB PDO LIKE Database Abstraction. Switch easily from one db server to another, strong errors management, manage transactions, queries preparation and more. Categories : PHP, PHP Classes, Databases, MS SQL Server, MySQL | | | phpEasySQL - Easily connect to your MySQL database with just 1 php file and 3 easy steps! Categories : Databases, PHP, MySQL, General SQL | | | Simple function to return the number of days in a time span between 2 given dates. Categories : PHP, Date Time, MySQL, Databases | | | Web Self Service Resource Scheduler Using Session Variables under php4 includes Calendar building code - requires MySQL Categories : PHP, Complete Programs, Calendar, MySQL, Databases | | | Shopping Basket On-Line Ordering System. Categories : Complete Programs, MySQL, PHP, Ecommerce, Databases | |
| |
| | | | | 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.
| |
|
|