Creating Script... Some Help Needed

Well, I’d like to create a script called GameON! I’d use it to track gamers’ statistics etc. I need help with it. I’m only a beginner. I need people who have experience to help me create this script. Here is the tiny snippet I wrote so far.

[code]<?php
$dbname = “gamedb”;
$dbuser = “root”;
$dbpass = “”;
$dbhost = “localhost”;

mysql_connect($dbhost, $dbuser, $dbpass);
mysql_select_db($dbname);
?>[/code]
that’s all I could do so please help. if you want to help and are nice enough or just interested PM me and I’ll give more info.

We do not solve issues over PM. If you want our help, you can do it right here in plain ol’ public. Please read the rules.

Sponsor our Newsletter | Privacy Policy | Terms of Service