Search found 3 matches
- Sun May 31, 2020 12:56 pm
- Forum: Webhosting
- Topic: Can't select database [PHP/SQL]
- Replies: 3
- Views: 9795
Re: Can't select database [PHP/SQL]
I have done that, just didn't want to post username here
- Sun May 31, 2020 8:44 am
- Forum: Webhosting
- Topic: Can't select database [PHP/SQL]
- Replies: 3
- Views: 9795
Can't select database [PHP/SQL]
<?php
include(path)
$link=mysqli_connect($host,$username,$password);
@mysqli_select_db($database, $link) or die( "Unable to select database");
If I use Echo it reads the host, username, password and the word "stats" so the path is definitely correct.
<?php
$host="(host)";
$username="(username ...
include(path)
$link=mysqli_connect($host,$username,$password);
@mysqli_select_db($database, $link) or die( "Unable to select database");
If I use Echo it reads the host, username, password and the word "stats" so the path is definitely correct.
<?php
$host="(host)";
$username="(username ...
- Sat May 30, 2020 5:20 am
- Forum: CS 1.6/DoD/TFC/CZ
- Topic: How to change the map/resources location?
- Replies: 2
- Views: 7786
How to change the map/resources location?
I use to play another server and it downloaded all of the custom maps/models/sounds etc into a separate folder that was in the Half-Life directory.
How do I make my server do the same? I don't wish for my players to have to re-download everything into the default maps/models/sounds etc folder when ...
How do I make my server do the same? I don't wish for my players to have to re-download everything into the default maps/models/sounds etc folder when ...