[Help]Webside ItemShop problem

01/03/2016 16:28 Lolitek1#1
Hello.
I have a problem I have connected everything well, but does not work to me everything that is associated with ItemShope


Warning: mysql_fetch_object (): Supplied argument is not a valid MySQL result resource in /data/web/virtuals/121414/virtual/www/pages/itemshop.php on line 20

Warning: mysql_fetch_object (): Supplied argument is not a valid MySQL result resource in /data/web/virtuals/121414/virtual/www/pages/itemshop.php on line 30


PhP code:
01/03/2016 22:38 Cyber36#2
<?php
require("./inc/config.inc.php");
require("./inc/rights.inc.php");
require("./inc/functions.inc.php");

$sqlHp = mysql_connect(SQL_HP_HOST, SQL_HP_USER, SQL_HP_PASS);
$sqlServ = mysql_connect(SQL_HOST, SQL_USER, SQL_PASS);
?>

You need that code before your whole code.

It should look like this: [Only registered and activated users can see links. Click Here To Register...]