Read in the mySQL manual at
/mysql_manual_split/manual-split/manual_Reference.html#CREATE_TABLE

etc

ie.

CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name [(create_definition,...)]
[table_options] [select_statement]

ALTER [IGNORE] TABLE tbl_name alter_spec [, alter_spec ...]

and more ...

Johan

-----Original Message-----
From: Dave.O [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 17, 2001 4:17 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Adding records to a MySql database


I am new to MySql but wanting to use PHP to update and maintain a database.
I thought I might use MySql.

I have installed MySql, and in PHP have created a database called 'mydir'. I
am trying to find php functions to add new records/fields to the database,
but all I can find are functions to query and get information from a
database.

Can anyone help or point me into the direction.

Thanks

Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to