View Single Post
phpspy
Junior Member
Join Date: Nov 2007
Old 01-23-2008 , 00:32   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #119

problem about webinteface,tf2stats.sma works ok,and it can sent the BD data To mysql,but the tf2 webstats have some trouble,when i intervier player_ranking.php and map_ranking.php it tell me Fatal error: Call to undefined function mysql_connect() in D:\www\tf2stats\inc\dbconnect.php on line 2
after that i check dbconnect.php

my dbconnect.php code is
<?
mysql_connect("localhost","how","12345") or die ("No Connection Possible");
mysql_select_db("tf2") or die ("The Database Does not exist");
?>
,all looks fine!what can i do! thanks!
phpspy is offline