Jump to content

[SOLVED] mysql_close() not a valid mysql-link resource?


darkfreaks

Recommended Posts

so im getting the following error.

 

 

mysql_close() not a valid mysql-link resource

 

the code is

 

<?php

$query5=mysql_query("UPDATE shop_items2 SET cur_stock = (max_stock / 3) WHERE game = '$game'");
mysql_close($query5);
?>

 

how would i fix this error???

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.