Server IP : 202.29.229.35 / Your IP : 18.221.234.104 Web Server : Apache System : Linux aapanel2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : www ( 1001) PHP Version : 5.5.38 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/www.ivecr2.ac.th/pdfNew/adodb/docs/ |
Upload File : |
<html> <head> <title>ADODB Manual</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <XSTYLE body,td {font-family:Arial,Helvetica,sans-serif;font-size:11pt} pre {font-size:9pt} .toplink {font-size:8pt} /> </head> <body bgcolor="#FFFFFF"> <h3>ADOdb Library for PHP</h3> <p>ADOdb is a suite of database libraries that allow you to connect to multiple databases in a portable manner. Download from <a href=http://adodb.sourceforge.net/>http://adodb.sourceforge.net/</a>. <ul><li>The ADOdb documentation has moved to <a href=docs-adodb.htm>docs-adodb.htm</a> This allows you to query, update and insert records using a portable API. <p><li>The ADOdb data dictionary docs are at <a href=docs-datadict.htm>docs-datadict.htm</a>. This allows you to create database tables and indexes in a portable manner. <p><li>The ADOdb database performance monitoring docs are at <a href=docs-perf.htm>docs-perf.htm</a>. This allows you to perform health checks, tune and monitor your database. <p><li>The ADOdb database-backed session docs are at <a href=docs-session.htm>docs-session.htm</a>. </ul> <p> <h3>Installation</h3> Make sure you are running PHP4.0.4 or later. Unpack all the files into a directory accessible by your webserver. <p> To test, try modifying some of the tutorial examples. Make sure you customize the connection settings correctly. You can debug using: <pre> <?php include('adodb/adodb.inc.php'); $db = <b>ADONewConnection</b>($driver); # eg. 'mysql' or 'oci8' $db->debug = true; $db-><b>Connect</b>($server, $user, $password, $database); $rs = $db-><b>Execute</b>('select * from some_small_table'); print "<pre>"; print_r($rs-><b>GetRows</b>()); print "</pre>"; ?> </pre> <h3>How are people using ADOdb</h3> Here are some examples of how people are using ADOdb: <ul> <li> <strong>PhpLens</strong> is a commercial data grid component that allows both cool Web designers and serious unshaved programmers to develop and maintain databases on the Web easily. Developed by the author of ADOdb. </li> <li> <strong>PHAkt</strong>: PHP Extension for DreamWeaver Ultradev allows you to script PHP in the popular Web page editor. Database handling provided by ADOdb. </li> <li> <strong>Analysis Console for Intrusion Databases (ACID)</strong>: PHP-based analysis engine to search and process a database of security incidents generated by security-related software such as IDSes and firewalls (e.g. Snort, ipchains). By Roman Danyliw. </li> <li> <strong>PostNuke</strong> is a very popular free content management system and weblog system. It offers full CSS support, HTML 4.01 transitional compliance throughout, an advanced blocks system, and is fully multi-lingual enabled. </li> <li><strong> EasyPublish CMS</strong> is another free content management system for managing information and integrated modules on your internet, intranet- and extranet-sites. From Norway. </li> <li> <strong>NOLA</strong> is a full featured accounting, inventory, and job tracking application. It is licensed under the GPL, and developed by Noguska. </li> </ul> </body> </html>