PHP3 Introduction Introduction to PHP and web database interfacing with MySQL. PHP3 is an HTML-embedded scripting language allowing web developers to create dynamic, database-driven websites.
| Name: |
Greg |
| Subject: |
Did I miss something |
| Date: |
08-17-1999 10:10AM |
ok, Im a novice at this stuff, trying to follow the tutorial...
this is what I get...
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 53 to server version: 3.22.25
Type 'help' for help.
mysql> CREATE TABLE information(
-> name VARCHAR (25),
-> email VARCHAR (25),
-> choice VARCHAR (8) );
ERROR 1046: No Database Selected
mysql> help
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the PHP Forum!
New On DevShed:
Hot Forum Topics:
|