The server side part of the driver consists of the following PHP scripts at the location referred by the JDBC URL used to connect to a database via the PHP web server:
| dologin.php | Login to database |
| dologout.php | Logout from database |
| dodbmeta.php | Get database meta data |
| doparam.php | Set database parameters |
| dosql.php | Execute SQL statements |
| doprepare.php | Prepare SQL statement with parameters |
| dorunprep.php | Execute prepared statement |
| docloseprep.php | Close prepared statement |