Tag Archives: MySQL

MySQL

A to Z PHP and MySQL Tutorial

PHP MySQL Connect to a Database Create a Connection to a MySQL Database Before you can access data in a database, you must create a connection to the database. In PHP, this is done with the mysql_connect() function. Syntax mysql_connect(servername,username,password); Parameter Description servername Optional. Specifies the server to connect to. Default value is “localhost:3306” username […]

What is WordPress?

WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many features including a plugin architecture and a templating system. Used by over 2% of the 10,000 biggest websites, WordPress is the most popular blog software in use today. It was first released in May […]

What is Joomla?

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone. What’s a content management […]

MySQL

Developer(s) Oracle Corporation Initial release May 23, 1995 (1995-05-23) Stable release 5.1.45 (March 17, 2010; 6 days ago (2010-03-17)) [+/−] Preview release 5.5.2 (February 14, 2010; 37 days ago (2010-02-14)) [+/−] Written in C, C++ Operating system Cross-platform Available in English Type RDBMS License GNU General Public License (version 2, with linking exception) or proprietary EULA Website www.mysql.com […]