View Single Post
  #6 (permalink)  
Old 07-30-2007, 12:53 AM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,118
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
I just knew that you can SELECT a database, is that part of the SQL query? Because from what I know of, you need to have the table first before you can SELECT a table well, also called schema..?

PHP Code:
mysql_select_db($db); 
I'm still confused on what should I put as the name of the database? I don't have the table yet... nothing to be SELECT ed.. So, I need to create one

__________________
PHP Code:
System.out.println("Hello World!"); 

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!

Last edited by HelloWorld : 07-30-2007 at 12:56 AM.
Reply With Quote