Before We Begin


As we mentioned in the previous chapter, you will need to tell the server which database you wish to work with after you have successfully connected to the database server with a client program (or from within PHP script). This is done with the USE statement in SQL:

 USE DatabaseName; 

If you forget this, you might receive errors such as the following from MySQL:

 ERROR 1046 (3D000): No database selected 




Core Web Application Development With PHP And MYSQL
Core Web Application Development with PHP and MySQL
ISBN: 0131867164
EAN: 2147483647
Year: 2005
Pages: 255

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net