Author Topic: db_conn.php is bad  (Read 2235 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
db_conn.php is bad
« on: November 07, 2021, 02:33:49 PM »
Anyone see any problems with the db_conn.php file

<?php

   /* MySQL hostname [ localhost (127.0.0.1 via TCP/IP) ] */
   $db_host = "localhost";

   /* The name of the database */
   $db_name = "root_cwp";

   /* MySQL database username */
   $db_user = "root";

   /* MySQL database password */
   $db_pass = 'j0vlRr5NbeQFm';
   
   //Password used for encryptions (don't change)
   $crypt_pwd = 'J0dQ36A4qpXEB';
« Last Edit: November 07, 2021, 02:55:42 PM by Namaste »
Listen to everything Pixelpadre says.

Offline
***
Re: db_conn.php is bad
« Reply #1 on: November 07, 2021, 07:44:57 PM »
I thought there might be a problem with single quotes and double quotes.  But apparently you can use either.  I think one has to do with escape keys.
Listen to everything Pixelpadre says.