Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #17881

Re: Two PDO login but just one works! :\

From ^Bart <gabriele1NOSPAM@hotmail.com>
Newsgroups comp.lang.php
Subject Re: Two PDO login but just one works! :\
Date 2019-04-13 11:55 +0200
Organization Aioe.org NNTP Server
Message-ID <q8sbmk$d6e$1@gioia.aioe.org> (permalink)
References <q8q8sl$1906$1@gioia.aioe.org> <20190412214250.04ed21a9@computer5>

Show all headers | View raw


>> <?php
>> session_start();
>> /* DATABASE CONFIGURATION */
>> define('DB_SERVER', 'localhost');
>> define('DB_USERNAME', 'mydb');
>> define('DB_PASSWORD', '87654321');
>> define('DB_DATABASE', 'mydb_user');
> [...]
> 
> In the second example database username and database name are exchanged.

I just changed real details! :)

^Bart

Back to comp.lang.php | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Two PDO login but just one works! :\ ^Bart <gabriele1NOSPAM@hotmail.com> - 2019-04-12 16:55 +0200
  Re: Two PDO login but just one works! :\ Luuk <luuk@invalid.lan> - 2019-04-12 19:04 +0200
    Re: Two PDO login but just one works! :\ ^Bart <gabriele1NOSPAM@hotmail.com> - 2019-04-12 21:24 +0200
  Re: Two PDO login but just one works! :\ Markus Heinz <markus.heinz@uni-dortmund.de> - 2019-04-12 21:42 +0200
    Re: Two PDO login but just one works! :\ ^Bart <gabriele1NOSPAM@hotmail.com> - 2019-04-13 11:55 +0200

csiph-web