NYCPHP Meetup

NYPHP.org

[nycphp-talk] Re: newbie question/confusion

Faber Fedor faber at linuxnj.com
Wed Feb 23 00:09:50 EST 2005


On 22/02/05 23:48 -0500, Freeman, Joshua wrote:
> T H A N K  Y O U  ! !
> 
> I used the second syntax first... I'll test the first syntax tomorrow!
> 
> Now I just have to figure out how to write my insert statement for when people want to add gardens!


INSERT INTO gardens
(field1, field2, field3)
VALUES (value1, value2, value3)


http://dev.mysql.com/doc/mysql/en/insert.html or do what I do: google
for "mysql insert syntax".  First link.


-- 
 
Regards,
 
Faber                     

Linux New Jersey: Open Source Solutions for New Jersey
http://www.linuxnj.com






More information about the talk mailing list