Reference

TwitterFacebook
Get flash to fully experience Pearltrees
Guest Page Embedding Service This is neither iframe nor Ajax . You can embed a guest page in your php page natively using the php include command. Go Native! How to use Address Book Builder & Pickup Center

Free Address Book Script ( PHP + MySQL )

http://www.phpkobo.com/address_book.php
Database operations often tend to be the main bottleneck for most web applications today. It’s not only the DBA’s (database administrators) that have to worry about these performance issues. We as programmers need to do our part by structuring tables properly, writing optimized queries and better code.

Top 20+ MySQL Best Practices

http://net.tutsplus.com/tutorials/other/top-20-mysql-best-practices/
Writing a Plugin Languages : English • Español • 日本語 • 한국어 • Português do Brasil • Русский • ไทย • 中文(简体) • ( Add your language ) WordPress Plugins allow easy modification, customization, and enhancement to a WordPress blog. Instead of changing the core programming of WordPress, you can add functionality with WordPress Plugins. Here is a basic definition:

Writing a Plugin

http://codex.wordpress.org/Writing_a_Plugin

Import Excel Data into MySQL in 5 Easy Steps

http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy.html This is probably nothing new to many, but I spent quite some time to figure it out so I thought I’d post my notes on it. To import data from Excel (or any other program that can produce a text file) is very simple using the LOAD DATA command from the MySQL Command prompt. Save your Excel data as a csv file (In Excel 2007 using Save As) Check the saved file using a text editor such as Notepad to see what it actually looks like, i.e. what delimiter was used etc. Start the MySQL Command Prompt (I’m lazy so I usually do this from the MySQL Query Browser – Tools – MySQL Command Line Client to avoid having to enter username and password etc.)
http://devsnippets.com/article/9-tips-for-working-with-mysql-databases.html

9 Tips For Working with MySQL Databases

MySQL is one of the most popular relational database management systems (RDBMS) around, with over 6 million installations. It’s a fantastic choice for any new developer, because of its open source nature, wide support and abundance of tutorials available on the subject. Here are some great tips and tools (beside phpMyAdmin ) to improve your MySQL coding, and to help you save time .
http://www.micahcarrick.com/php5-mysql-database-class.html

PHP 5 MySQL Database Singleton

Today I pushed the source code to a MySQL "singleton pattern" database class into a git repository . This post will explain the history of this code, how it can be used, and how you can help make it better. I have gotten a lot of feedback on a very old PHP database class I wrote for PHP4 back in 2004. Frankly, this class is flawed in several ways and very much out of date. I've been promising folks that I would post an updated, singleton pattern MySQL database wrapper for years. Here it is.
http://www.ricocheting.com/how-to-install-on-windows/mysql-root-password Description Use these instructions if you need change the root password for MySQL on Windows or if you need to add additional new users with general or specific limitations. Setting a root password for MySQL

How to Change MySQL root password on Windows

TUTORIAL: How to install PHP and MySQL on IIS

http://www.ozzu.com/programming-forum/tutorial-how-install-php-and-mysql-iis-t56303.html With the apparent increase of interest in individuals desiring to install PHP and MySQL on computers running Windows operating systems, I thought it would be beneficial to provide a set of instructions to help make this process as easy as possible. In this article, I’ll be providing some basics of IIS installation and then move to the installation of PHP and MySQL. Some essentials you will need to get started: IIS (preferably IIS 5 or IIS 6) The PHP windows installer file The PHP binaries file The MySQL Windows installation file (links will be provided for the downloads shortly). Optional: phpMyAdmin MySQL Administrator Let’s get started. Since you are installing on a Windows computer, you will most likely be using IIS for a web server, however, it is not required.