View Single Post
Old Jul 8th, 2005, 4:36 AM   #2
M.Hirsch
Newbie
 
Join Date: Jun 2005
Posts: 26
Rep Power: 0 M.Hirsch is on a distinguished road
Quote:
Originally Posted by HelloWorldProgram
I am learning mysql for the first time, I learned some commands but where do I type them, the book I have doesnot tell. Is it in the command promt of windows or I can use a GUI for that ???
Have a look at the ads above your post

There is a program called "mysql" (mysql.exe for windows) where you can directly enter SQL commands. But since you posted in the php forums:
mysql_connect()
mysql_select_db();
mysql_query();
mysql_fetch_row();

HTH,
M.
__________________
Multilingual Content Management
M.Hirsch is offline   Reply With Quote