Mobile app version of vmapp.org
Login or Join
Welton855

: Error I can not see my webpage [24-May-2017 18:10:44 America/Detroit] PHP Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/migps/public_html/gpsenmexico/system/database/mysql.php

@Welton855

Posted in: #Error

[24-May-2017 18:10:44 America/Detroit] PHP Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/migps/public_html/gpsenmexico/system/database/mysql.php on line 67

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

1 Comments

Sorted by latest first Latest Oldest Best

 

@Hamaas447

Firstly, mysql_ is deprecated now. You should be using PDO or at the least mysqli_

Be that as it may, you are missing the connection e.g. mysql_close($conn)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme