PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
oblivion - odżywki olimp - Apartament Kraków - Piaskowanie - mieszkania w słupsku - projekty domów jednorodzinnych


maxdb_multi_query

maxdb_multi_query

(PECL)

maxdb_multi_query

(no version information, might be only in CVS)

maxdb->multi_query -- Performs a query on the database

Description

Procedural style:

bool maxdb_multi_query ( resource link, string query )

Object oriented style (method):

class maxdb {

bool multi_query ( string query )

}

The maxdb_multi_query() works like the function maxdb_query(). Multiple queries are not yet supported.

Return values

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.

See also

maxdb_use_result(), maxdb_store_result(), maxdb_next_result(), maxdb_more_results()

Example

Przykład 1. Object oriented style

<?php
$maxdb
= new maxdb("localhost", "MONA", "RED", "DEMODB");

/* check connection */
if (maxdb_connect_errno()) {
   
printf("Connect failed: %s\n", maxdb_connect_error());
   exit();
}

$query  = "SELECT * FROM dual";

/* execute multi query */
if ($maxdb->multi_query($query)) {
   do {
       
/* store first result set */
       
if ($result = $maxdb->store_result()) {
           while (
$row = $result->fetch_row()) {
               
printf("%s\n", $row[0]);
           }
           
$result->close();
       }
       
/* print divider */
       
if ($maxdb->more_results()) {
           
printf("-----------------\n");
       }
   } while (
$maxdb->next_result());
}

/* close connection */
$maxdb->close();
?>

Przykład 2. Procedural style

<?php
$link
= maxdb_connect("localhost", "MONA", "RED", "DEMODB");

/* check connection */
if (maxdb_connect_errno()) {
   
printf("Connect failed: %s\n", maxdb_connect_error());
   exit();
}

$query = "SELECT * FROM dual";

/* execute multi query */
if (maxdb_multi_query($link, $query)) {
   do {
       
/* store first result set */
       
if ($result = maxdb_store_result($link)) {
           while (
$row = maxdb_fetch_row($result)) {
               
printf("%s\n", $row[0]);
           }
           
maxdb_free_result($result);
       }
       
/* print divider */
       
if (maxdb_more_results($link)) {
           
printf("-----------------\n");
       }
   } while (
maxdb_next_result($link));
}

/* close connection */
maxdb_close($link);
?>

The above examples would produce the following output:

a
Limo and Car services limo service Airport chicago 773-649-9630 - Skuteczne i tanie pozycjonowanie stron internetowych - Limo and Car services limousines chicago il 773-649-9630 - opisy - statusy na gg - statusy do gg - opisygg - (630) 839-9149 limos naperville Naperville limo - najlepsze darmowe programy w Polsce - Wypożyczalnia wynajem samochodów pyrzowice Lotnisko - darmowy hosting - systemy wymiany linków Systemy Wymiany Linków systemy wymiany linków - programista - Informatycy Słownik - Webcam kamerki internetowe online
Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

Warning: unpack() [function.unpack]: Type A: not enough input, need 32, have 2 in /home/f/u/n/funkcje-php/www/robots_counter.php on line 98

G:0,M:0,Y:0