home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 August
/
PCWorld_2001-08_cd.bin
/
Komunikace
/
phptriad
/
phptriadsetup2-11.exe
/
php
/
pear
/
DB
/
tests
/
simplequery.inc
< prev
next >
Wrap
Text File
|
2000-12-06
|
135b
|
8 lines
<?php
$dbh->setErrorHandling(PEAR_ERROR_DIE);
$sth = $dbh->simpleQuery("SELECT * FROM phptest");
print gettype($sth)."\n";
?>