Entex Invasori Spaziali
Nintendo Game&Watch - Safebuster
Nintendo Game&Watch - Mario Bros no box
Nintendo Game&Watch - Octopus no box
Nintendo Game&Watch - Donkey Kong II
//Please set the following variables for your mysql database:
$db_hostname = "62.149.150.63"; //usually "localhost be default"
$db_username = "Sql158650"; //your user name
$db_pass = "c900e0c6"; //the password for your user
$db_name = "Sql158650_1"; //the name of the database
/*MYSQL DATABASE CONNECTION/ TRACKING FUNCTIONS
--------------------------------------*/
// connect to database
$dbh = mysql_connect ($db_hostname, $db_username, $db_pass) or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ($db_name);
//for security, html is not allowed, so bbcode is used for formatting
//START 3rd PARTY CODE: I did not write this
/************************************************/
/* BBCode v1.0a */
/* Date: 03/2003 */
/* */
/* A simple and effective script that */
/* allows you to implement bbcode type */
/* behaviour on your php website. */
/* */
/* Contact: bbcode@netgem.freeserve.co.uk */
/* */
/* Usage: */
/* */
/* Put the following line at the top of */
/* the page you want to have the bbocde */
/* in...(assumes both pages are in the */
/* folder */
/* */
/* include("bbCode.php"); */
/* */
/* Pass the text to the function: */
/* */
/* $mytext = BBCode("This is my BBCODE"); */
/* or */
/* $mytext = "This is my text"; */
/* $mytext = BBCode($mytext); */
/* */
/* echo $mytext; */
/* */
/************************************************/
?>
Fatal error: Uncaught Error: Call to undefined function mysql_query() in D:\inetpub\webs\retro-gamingit\inc_rate.php:350
Stack trace:
#0 D:\inetpub\webs\retro-gamingit\handheld.php(48): getComments()
#1 {main}
thrown in D:\inetpub\webs\retro-gamingit\inc_rate.php on line 350