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.