Voting

: min(three, one)?
(Example: nine)

The Note You're Voting On

subme at interia dot pl
16 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