On Mon, 6 Jan 2003, Beogradjanin wrote:

> Hello mysql,
>
>   I want to learn MySQL and PHP I've installed Apache , PHP and MySql
>   Whan I try to make tables
>
> create table guestbook
> (
> name varchar( 40 ) null,
> location varchar( 40 ) null.
> email varchar( 40 ) null,
> url varchar( 40 ) null,
> comments text null,
> )
> ;

The last line of your table creation "comments text null," does NOT need
a comma.  Drop that and you should be fine.

-- 
Kip Turk, RHCE                                       [EMAIL PROTECTED]
Systems Administrator/Killer of Spam/Writer of Code/Penguin Proponent
West Central Net - tel: 915.234.5678 / 800.695.9016 fax: 915.656.0071
-.-. --- -.. . / -- --- -. -.- . -.-- --..-- / .... .- -.-. -.- . .-.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to