Thread: SQL Feedback
View Single Post
sparkie951
Member
Join Date: Jul 2014
Old 08-28-2015 , 02:38   Re: SQL Feedback
Reply With Quote #65

I would like to set this up, but what parameters do I setup my table to... I know there is:

$id=mysql_result($result,$i,"id");
$name=mysql_result($result,$i,"name");
$steamid=mysql_result($result,$i,"steamid");
$map=mysql_result($result,$i,"map");
$feedback=mysql_result($result,$i,"feedback") ;
$date=mysql_result($result,$i,"date");

but that does not tell me the parameters to set the SQL Database to.

Also a good feature would be the server host name, as many server owners operate more than 1 server and would be nice to know which one it came from.

Last edited by sparkie951; 08-28-2015 at 02:39.
sparkie951 is offline