Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit fefe4914 authored by 65160260's avatar 65160260
Browse files

Edit connect.php

parent f0db79ea
No related branches found
No related tags found
No related merge requests found
<?php
$host = 'localhost';
$host = '10.104.13.99';
$dbname = 'shop_db';
$username = 'root';
$password = '';
$password = 'FraP1bdIap';
try {
$conn = new PDO("mysql:host=$host;dbname=$dbname;charset=utf8", $username, $password);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment