Ajuda Kihabbo 29.04.16 16:03
Bom estou criando a layout kihabbo
e nao ta funfando passei os arquivos configurei certo
so que fica dando Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u821933015/public_html/v1/kh_install/config.php on line 6
@config
e nao ta funfando passei os arquivos configurei certo
so que fica dando Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u821933015/public_html/v1/kh_install/config.php on line 6
@config
- Código:
<?php
$_dbHost = "localhost";
$_dbUser = "u821933015_fs";
$_dbPasswd = "senhasenha";
$_dbDatabase = "u821933015_fs";
$bd = mysql_connect($_dbHost, $_dbUser, $_dbPasswd) or die("<script>location.href=\"http://hapixeid.hol.es/v1\";</script>");
mysql_select_db($_dbDatabase, $bd) or die("<script>location.href=\"http://hapixeid.hol.es/v1\";</script>");
?>