update page now
Longhorn PHP 2026 - Call For Papers

Voting

: max(three, two)?
(Example: nine)

The Note You're Voting On

subme at interia dot pl
17 years ago
To specify a database connection port use the following DSN string

<?php
$dsn = 'mysql:dbname=testdb;host=127.0.0.1;port=3333';
?>

<< Back to user notes page

To Top