Categories
Tags → Mysql Explain

Sending queries to mySQL

PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error...
DETAILS

Apache with PHP && MYSQL on Windows

Learn how to install Apache server with PHP and MYSQL database on Microsoft Windows. This tutorial will explain step by step how to install and configure apache server on a Windows machine with complete links for packages. Very complete tutorial w...
DETAILS

PHP: Past, Present, and Future

You may already know that PHP is fast, stable, and easy to learn, but you may not know how it got that way. In this interview, Rasmus Lerdorf, the creator of PHP, talks about the unlikely origins of this open-source product. Then core developers Stig...
DETAILS

The MySQL Grant Tables

One of the most powerful aspects of the MySQL server is the amazing amount of control the administrator has over each user''s intended behavior. This control can restrict user privileges over a general part of the server, such as limited access ...
DETAILS
©2003-2008 jCay.com