In the configuration of pMapper (Mapserver framework for PHP), there is this configuration which I am in doubt as to how to configure it.
<dsn encoding="UTF-8">pgsql://postgres:postgres@localhost/db</dsn>
Would it be something like this?
<dsn encoding="UTF8">pgsql://[usuario]:[senha>@[localhost]/[banco]</dns>