INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
[INTO] tbl_name [(col_name,...)]
VALUES (expression,...),(...),...
or INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
[INTO] tbl_name [(col_name,...)]
SELECT ...
or INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
[INTO] tbl_name
SET col_name=expression, col_name=expression, ...
-----Original Message-----
From: Dave.O [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 17, 2001 5:41 PM
To: Martín Marqués
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Adding records to a MySql database
I was looking for the command something like mysql_insert or something, just
found dba_insert() is this it ?!?
----- Original Message -----
From: "Martín Marqués" <[EMAIL PROTECTED]>
To: "Dave.O" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, August 18, 2001 12:23 AM
Subject: Re: [PHP] Adding records to a MySql database
> On Vie 17 Ago 2001 20:14, Dave.O wrote:
> > I have read the documentation already.
> >
> > I am trying to create a directory, which information can be added and
> > maintained through a the web browser. I thought that using a MySql
> > database would be a good idea rather than writing it all to a file. You
> > saying that MySql is a waste of time for this ?
> >
> > I thought that PHP can be used to add records etc and query databases
for
> > this
>
> You said that all you found were functions to query information. Thats all
> you need with an SQL database.
> The main SQL query commands are: SELECT, UPDATE, DELETE and INSERT. With
> those 4 comands you can read, insert and modify (also delete) the
information
> on your database.
>
> Hope you understand know.
>
> Saludos... :-)
>
> --
> Porqué usar una base de datos relacional cualquiera,
> si podés usar PostgreSQL?
> -----------------------------------------------------------------
> Martín Marqués | [EMAIL PROTECTED]
> Programador, Administrador, DBA | Centro de Telematica
> Universidad Nacional
> del Litoral
> -----------------------------------------------------------------
>
> --
> 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]
--
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]