Join Up!
96806 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousmysql_db_namemysql_drop_dbnext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Finnish | German

mysql_db_query

(PHP 3, PHP 4 )

mysql_db_query -- Envia una sentencia MySQL al servidor

Descripción

int mysql_db_query ( string base_de_datos, string sentencia [, int identificador_de_enlace])

Devuelve: Un identificador de resultado positivo o falso si error.

mysql_db_query() selecciona una base y ejecuta una sentencia en ella. Si el identificador de enlace no ha sido especificado, la función intenta encontrar un enlace abierto al servidor MySQL y si no lo encuentra, intetará crear uno como si fuera llamado mysql_connect() sin argumentos

Ver tambiénmysql_connect().

Por razones de compatibilidad puede usarse mysql() igualmente.

User Contributed Notes
mysql_db_query
add a note about notes
There are no user contributed notes for this page.
previousmysql_db_namemysql_drop_dbnext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST