Php > Database Related
PHP & ADODB
PHP & ADODB open("dsn=perkuliahan"); $sql = "select * from tbl_jurusan"; // Execute query $rs = $cn->execute($sql); echo "
\n"; while(!$rs->eof){ echo "
"; echo $rs->fields[0]->value ." - ".$rs->fields[1]->value; echo "
\n"; $rs->movenext(); } echo "
\n"; ?>
Php Codes
Algorithms
Arrays
Authentication
Calendar
Code Snippets
Programs
Content Manage
Contest Related
Cookies
Credit Cards
DBase Related
Databases
Date Time
Directories
E-Mail
Errors
File
File System
Forms
Handling
Graphics
HTML and PHP
Informix
Ingres
InterBase
LDAP
Look and Feel
Miscellaneous
MySQL
Other
PHP Classes
Searching
Navigation
Statistics
Strings
User Manage