|
||||||||||||||
|
|
LXVI. mSQL FunctionsIntroduzioneThese functions allow you to access mSQL database servers. More information about mSQL can be found at http://www.hughes.com.au/. InstallazioneIn order to have these functions available, you must compile PHP with msql support by using the --with-msql[=DIR] option. DIR is the mSQL base install directory, defaults to /usr/local/msql3.
Configurazione di RuntimeIl comportamento di queste funzioni è influenzato dalle impostazioni di php.ini.
Tabella 1. mSQL configuration options
Breve descrizione dei parametri di configurazione.
Tipi di risorseThere are two resource types used in the mSQL module. The first one is the link identifier for a database connection, the second a resource which holds the result of a query. Costanti predefiniteQueste costanti sono definite da questa estensione e sono disponibili solo se l'estensione è stata compilata nel PHP o se è stata caricata dinamicamente a runtime. EsempiThis simple example shows how to connect, execute a query, print resulting rows and disconnect from a mSQL database.
| |||||||||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Manuale PHP". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |