Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save phpdave/333b4a528b64bc814d9841cffe4e9b78 to your computer and use it in GitHub Desktop.
Save phpdave/333b4a528b64bc814d9841cffe4e9b78 to your computer and use it in GitHub Desktop.
<?
$database = 'MYIBMI';
$user = 'dbuser';
$password = 'mypassword';
$options = array('CURSOR' => DB2_SCROLLABLE);
$conn = db2_connect($database, $user, $password, $options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment